USER Management [message #2349] |
Sat, 07 November 2009 10:33 |
matjung
Messages: 2 Registered: November 2009
|
Junior Member |
|
|
Hi all,
I have started to explore the abilities of RADICORE for less than 2 days.
In general I am completely happy with the user management system, but as I don't want to add all users manually, I would like to have a solution so that a non-user can apply/register for a user account at the login screen.
If another user approves this request, then the user is created and can login to the system.
I was thinking about using the IS_DISABLED field in table USER for this functionality.
If the non-users clicks on register then an entry is created in the USER table with IS_DISABLED=true.
In form List User I would add a button for "list disabled users".
By clicking on select all I would enable these users.
If possible, I would also send an email to the user telling him, that he can start to work with the system.
I guess I am not the first one, who could need this function.
If you have experience in customizing radicore in this way, please tell me.
Thank You
Matthias
|
|
|
|
Re: USER Management [message #2351 is a reply to message #2349] |
Sat, 07 November 2009 12:14 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Nobody has ever asked for this functionality as the number of users who are allowed to access the system is generally quite small - just the members of staff who need to maintain the data - so the effort in manually entering the details of each user is also small.
The idea that unknown users can register themselves goes against Radicore's security philosophy, so I see no reason to implement such a feature.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|