The databases with login

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

The databases with login

Post by pasbonte » 2018-06-12 14:06

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

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: The databases with login

Post by pbottcher » 2018-06-12 17:09

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: The databases with login

Post by pasbonte » 2018-06-12 17:14

thank you

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

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: The databases with login

Post by pbottcher » 2018-06-12 17:38

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: The databases with login

Post by pasbonte » 2018-06-13 15:59

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.

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: The databases with login

Post by pbottcher » 2018-06-13 16:26

What do you mean by "limit to ONE registration"? What do you need to limit?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: The databases with login

Post by pasbonte » 2018-06-13 19:55

I am a parent
I register my child
FIRST NAME Class
for once.
Then I have fields with data that can change.

pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: The databases with login

Post by pasbonte » 2018-06-13 19:55

pböttcher merci !

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: The databases with login

Post by pbottcher » 2018-06-13 20:39

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply