Forums / Cotonti / Support / Change Password

change password in profile?

jslowik
#1 2010-02-11 10:51
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
#2 2010-02-11 17:42
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
#3 2010-02-19 04:14
You sir are a genius. Thank you kindly!
donP
#4 2010-02-19 07:20
You're welcome ;)
in [color=#729FCF][b]BLUES[/b][/color] I trust