Re: [psa-users] Removing Challenge Question &Problem in Active Status
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2003-08-27 16:19:34
|
Abraham Lincoln wrote: > 2nd question is how can i remove "Challenge Question" i only want the password auth. and even if the user forgot the password password will be send via email no more "Challenge Question" any suggesstion? ive tried messing up with class.phpSecurityAdm but bad result ;/ and add_user.php I haven't tried this at all, but simply changing the challenge input fields to hidden fields with a preset value may work. I haven't messed with the challenge stuff much since I haven't had time to do much of anything with the project lately, but that would be my guess from seeing the code as it was being developed. > 3rd Why is it that im getting a value of "2" in "Allowed Connection Addresses:" even if i put 0 or erase it when i click "Update user" it always saves "2" automatically. what php file seem the have a problem here? i didnt edited user_edit_connections.php Check in user_edit_connections.php for the function call after the form is posted. That is the function you need to look at in the class.phpSecurityAdm.php file. It sounds like the query being executed is setting the field when it shouldn't be. |