change password in profile?
jslowik |
|
---|---|
Just out of curiosity has anyone had trouble changing their password through the profile link? Can't seem to find anything with the search here so am I alone? I noticed it after a user reset their password and it stayed at the auto generated one.
Any ideas? |
donP |
|
---|---|
If you have a self-made skin (probably converted from a Seditio one) you have to check your users.profile.tpl if it contains all needed fields (I also had this problem and it was caused by the absence of USER_PROFILE_OLDPASS)
<tr>
<td>{PHP.skinlang.newpassword}</td>
<td>{USERS_PROFILE_OLDPASS}<br />
{PHP.skinlang.oldpassword}<br />
{USERS_PROFILE_NEWPASS1} {USERS_PROFILE_NEWPASS2}</td>
</tr> Give me returns ![]() in [color=#729FCF][b]BLUES[/b][/color] I trust
|
jslowik |
|
---|---|
You sir are a genius. Thank you kindly!
|
donP |
|
---|---|
You're welcome
![]() in [color=#729FCF][b]BLUES[/b][/color] I trust
|