PHP Classes

User Management by Admin

Recommend this page to a friend!

      Access user Class  >  All threads  >  User Management by Admin  >  (Un) Subscribe thread alerts  
Subject:User Management by Admin
Summary:Will this be possible in future versions
Messages:5
Author:James Helm
Date:2005-04-09 13:36:46
Update:2005-04-11 15:45:31
 

  1. User Management by Admin   Reply   Report abuse  
Picture of James Helm James Helm - 2005-04-09 13:36:46
I have modified this script a little to allow me to retain the "last logged in" nature of the extra_info field, but wanted an "access_level" as well to allow different levels of access: currently I have only two levels: Admin and not Admin, and it's working fine but for the one feature I want to add in: the user manager.

Will this be a feature you can devise and design into this script for future release? or at least can you point me in the right direction?

  2. Re: User Management by Admin   Reply   Report abuse  
Picture of Olaf Lederer Olaf Lederer - 2005-04-09 14:28:05 - In reply to message 1 from James Helm
Yes, all of them will be available in future versions... I'm not sure how long it takes :)

Tip: I use the extra_info field for several information together like:

cust_no|marge|level

123990|25|2

Some split function will do the rest...

  3. Re: User Management by Admin   Reply   Report abuse  
Picture of John Doe John Doe - 2005-04-10 09:41:59 - In reply to message 1 from James Helm
Please Delete my account - silmon33
I am not able to change e-mail settings nor remove the account on your site and am not interested in continuing the membership.

Sincerely, John

  4. Re: User Management by Admin   Reply   Report abuse  
Picture of Olaf Lederer Olaf Lederer - 2005-04-10 10:26:12 - In reply to message 3 from John Doe
short note about what's on my dev list:

#access_class:

new features
- translations in ext. files. ???
- gebruikers bannen / ip address blocking
- access levels
- admin panel (del user, list users, user search)
- delete User (from database)

update features
- remove space and line braks from text value
- repeat password (register and update)
- register with no automatic activation
- handle forgoten password (tmp) email-adresses

  5. Re: User Management by Admin   Reply   Report abuse  
Picture of James Helm James Helm - 2005-04-11 15:45:31 - In reply to message 4 from Olaf Lederer
Looking forward to it with anticipation Olaf: thanks for all your hard work!