does any 1 know about a good FREE profile/user management automated script or system,, which has everything from registration to automated emails for forgotten passwords and some other handy features.... i had found one some months back but lost it and dont even remember where i got it from so if any1 knowz of such FREE script or watever plz tell me i ll b really grateful to u........
A user/profile management system
check out this site :
http://www.maaking.com/index.php
it has all the features that you asked for and uses php/mysql
http://www.maaking.com/index.php
it has all the features that you asked for and uses php/mysql
Also ive just made my own management system and it is relatively easy. Once you get the login and sessions down pat the user profile is a breeze. I also had to add Forgot Password which I achieved via the rand() function in PHP and emailing it to the password assigned to the user.
Yes, Rhysige is right, it is easy enough to build your own authentication / user configuration system from scratch. I would like to suggest to use the PEAR::Auth package, probably with the PEAR::PrefManager package, for this purpose.
You can find PEAR Authentication packages here.
You can find PEAR Authentication packages here.
