Page 1 of 1

The databases with login

Posted: 2018-06-12 14:06
by pasbonte
Hello
I know the databases a bit, but I'd like a feature that looks like this:

150 cards are created.
On these cards are login and password for example and by connecting with them we access a private area.
In this private area you can add information, remarks etc etc
And all visible by me.

Is it possible with APPGINI? and if so how to do it (I want a start of the track)
thank you

Re: The databases with login

Posted: 2018-06-12 17:09
by pbottcher
Hi,

can you explain a little bit more in detail what you try to acheive. As it is written above it should be possible. But I do not really understand what you try to do.

Re: The databases with login

Posted: 2018-06-12 17:14
by pasbonte
thank you

Registered users can only edit their entry and they can not access other records.

Re: The databases with login

Posted: 2018-06-12 17:38
by pbottcher
Hi,

you can use the permissions as per settings in the user definition (either per user, or assign multiple users to a group and have group permissions. )

For 150 Users it is quite a bit of work, but it should work.

Re: The databases with login

Posted: 2018-06-13 15:59
by pasbonte
Hello
Yes indeed, with groups and members I can do, thanks.
For the table I can complete with MYSQL.
But how to limit to ONE registration per person?
The first 3 fields are UNIQUE: NAME FIRST NAME CLASS
others not.

Re: The databases with login

Posted: 2018-06-13 16:26
by pbottcher
What do you mean by "limit to ONE registration"? What do you need to limit?

Re: The databases with login

Posted: 2018-06-13 19:55
by pasbonte
I am a parent
I register my child
FIRST NAME Class
for once.
Then I have fields with data that can change.

Re: The databases with login

Posted: 2018-06-13 19:55
by pasbonte
pböttcher merci !

Re: The databases with login

Posted: 2018-06-13 20:39
by pbottcher
Hi,

if you talk about registration. Do you mean the user that logs into the appGini App, or a registration within the app.
Or is this the record someone will create for his own after he logged into the system and provide the information like
FIRST NAME CLASS etc... where the combination of FIRST NAME CLASS needs to be unique.