Topic: manuel activation after an new user is registered with firefox does not work (Read 1245 times)
OMG!I am geek
Posts: 57
394 credits Members referred : 0
« on: May 09, 2007, 03:12:50 PM »
This I have set in the login to deactivate automatic activation after an new user is registered:
Code:
$my_access->auto_activation = false; // use this (true/false) to stop the automatic activation
1. After a new user is registerd, still an validation mail was sended and the new user can'nt log in. 2. The admistrator set the new user to "active". 3. The new user trys to log in but its nnot possible. 4. The new user clicks on the activation link and it say "There ist nothin to activate". 5. ... still not possible to log in.
The fault is, that firefox puts some password signs like **** in the passwordfield and this "new" password is even updated during the update process activating the neu new user. One solution could be not to display the password field or to disply an commit paswordfiled as well.
It is possible to deactivate the automatic email if "$my_access->auto_activation = false;"?
tom
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: May 09, 2007, 11:12:15 PM »
I think that this old password is cached/safed in you browser.
empty the passwords for that domain and try it with ONLY one password (this might happen on testing servers)
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
It's time to use PHP5!
« Reply #5 on: May 10, 2007, 11:12:39 AM »
this activation mail is very important for the class and can't be disabled (all later functions are based on a valid email address and think about all the spam you get without this email valiadtion
this activation mail is very important for the class and can't be disabled (all later functions are based on a valid email address and think about all the spam you get without this email valiadtion
Of course, your are right in fact of spam but in some cases maybe useres don't have an email address or suppose sombody else for example only the admin will create those user accounts, than the automatic sended email goes to the nirvana.
It would be nice to have the choice: email or not?
« Last Edit: May 10, 2007, 01:31:22 PM by tomz »
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374