Author |
Topic  |
|
Kerry
Average Member
  
USA
553 Posts |
Posted - 16 January 2001 : 02:30:47
|
Below are the two files that will email a random password to new registrants rather than allowing them to select their own password. They can change their password later if they choose to do so. Also, new registrants cannot post until they recieve the password.
The generated password isn't visible in the source code.
Replace register.asp with: http://www.cantonweb.com/register.txt
Replace inc_profile.asp with: http://www.cantonweb.com/inc_profile.txt
These are based on 3.1SR4 default install and have only been briefly tested (worked fine here), so check them out thouroughly before putting them into production.
-Kerry
|
|
Therion93
Junior Member
 
USA
263 Posts |
Posted - 16 January 2001 : 04:00:38
|
Just installed it on mine (3.1SR4), works dandy without any modification. :)
|
 |
|
jwilkens
New Member

65 Posts |
Posted - 16 January 2001 : 16:01:16
|
If I want to change someones password manually, there is no password field for me to do so. |
 |
|
Kerry
Average Member
  
USA
553 Posts |
Posted - 16 January 2001 : 16:23:08
|
Gimme some more info if you can -
Is this a standard (nonHuwR) 3.1SR4 install? Are you changing your own password or someone else's as Admin?
I can't seem to replicate it here, but will keep looking at it.
-Kerry
|
 |
|
Therion93
Junior Member
 
USA
263 Posts |
Posted - 16 January 2001 : 18:10:28
|
Kerry,
I just noticed that I have this problem as well. Doesn't matter whether I'm trying to view/change password on mine or anyone else's account, I can't see them. It's like the table cells for the password and confirm password were deleted. I'm using it on SR4 and used the files you provided without any changes.
Thanks!
Edited by - Therion93 on 16 January 2001 18:11:57 |
 |
|
Therion93
Junior Member
 
USA
263 Posts |
Posted - 16 January 2001 : 18:16:44
|
Ok It happens when I do it as an Admin. I just set up a bogus user, got the emailed password, logged in and went into the bogus user profile AS the bogus user and it lets me see the password cells again. Can't do it as ADMIN.
Just a very small design error - in your files the Password and Password Again need to be bold to match the rest of the page, unless you did it intentionally to set them off fro the rest of the profile page.
Thanks!
Edited by - Therion93 on 16 January 2001 18:17:47 |
 |
|
Kerry
Average Member
  
USA
553 Posts |
Posted - 16 January 2001 : 23:41:08
|
Got it - the problem was at / around line 255 in inc_profile.asp.
Change: <%if Request.QueryString("mode") = "goEdit" then %> to: <%if Request.QueryString("mode") = "goEdit" or Request.Querystring("mode") = "goModify" then %>
The above file has this change, so it should be fine as-is if you just want to d/l it again.
-Kerry
|
 |
|
Therion93
Junior Member
 
USA
263 Posts |
Posted - 16 January 2001 : 23:50:26
|
Excellent. Thanks much Kerry!
Therion93 "Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me" Because Legends Never Die! - Kiss-Forever Community Forum
|
 |
|
|
Topic  |
|