Bitcoin Forum
May 27, 2024, 10:52:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error: incorrect password when changing profile  (Read 1111 times)
Aprogas (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
October 31, 2011, 11:56:34 AM
 #1

When trying to change my emailadress via my profile, I enter the new emailaddress, my current password and press Change profile, I get the error:
The following errors occurred when trying to save your profile:
    The password you entered was not correct.

I confirmed by logging out and in that my password is correct. How can I change my profile?
TTBit
Legendary
*
Offline Offline

Activity: 1136
Merit: 1001


View Profile
October 31, 2011, 06:24:41 PM
 #2

I have this issue as well. I used random characters, and wonder if a '\' or double quotes are messing it up

good judgment comes from experience, and experience comes from bad judgment
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5208
Merit: 13017


View Profile
October 31, 2011, 06:55:07 PM
 #3

It's a SMF bug. It has something to do with special characters:
Code:
		// Since the password got modified due to all the $_POST cleaning, lets undo it so we can get the correct password
$_POST['oldpasswrd'] = addslashes(un_htmlspecialchars(stripslashes($_POST['oldpasswrd'])));
Fixing this tangled mess of escaping would be difficult.

If your account email address works, do password recovery and change your password to something without special characters. If not, PM me and I'll change your email address.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!