Bitcoin Forum
April 23, 2024, 10:46:56 PM *
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 1110 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?
1713912416
Hero Member
*
Offline Offline

Posts: 1713912416

View Profile Personal Message (Offline)

Ignore
1713912416
Reply with quote  #2

1713912416
Report to moderator
1713912416
Hero Member
*
Offline Offline

Posts: 1713912416

View Profile Personal Message (Offline)

Ignore
1713912416
Reply with quote  #2

1713912416
Report to moderator
1713912416
Hero Member
*
Offline Offline

Posts: 1713912416

View Profile Personal Message (Offline)

Ignore
1713912416
Reply with quote  #2

1713912416
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713912416
Hero Member
*
Offline Offline

Posts: 1713912416

View Profile Personal Message (Offline)

Ignore
1713912416
Reply with quote  #2

1713912416
Report to moderator
1713912416
Hero Member
*
Offline Offline

Posts: 1713912416

View Profile Personal Message (Offline)

Ignore
1713912416
Reply with quote  #2

1713912416
Report to moderator
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: 5180
Merit: 12878


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!