FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Bug in "Change Login Name"
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Bug in "Change Login Name" [message #25039] Mon, 23 May 2005 22:31 Go to next message
ariel is currently offline  ariel   Brazil
Messages: 12
Registered: May 2005
Karma: 0
Junior Member

When I click "Change Login Name" on User Administration System the login is changed to blank.

I´m running FUDForum v. 2.6.12 and the way I use to change my users login name is throught direct access to database, table fud26_users.

Is it a bug?
Re: Bug in "Change Login Name" [message #25040 is a reply to message #25039] Mon, 23 May 2005 22:40 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This has been fixed in CVS, to fix the bug, upgrade your forum and then find the account by e-mail inside the user manager and reset the login name to the desired value.

FUDforum Core Developer
Re: Bug in "Change Login Name" [message #25041 is a reply to message #25040] Mon, 23 May 2005 23:06 Go to previous messageGo to next message
ariel is currently offline  ariel   Brazil
Messages: 12
Registered: May 2005
Karma: 0
Junior Member

Ok, thank´s
Re: Bug in "Change Login Name" [message #25042 is a reply to message #25041] Mon, 23 May 2005 23:20 Go to previous messageGo to next message
ariel is currently offline  ariel   Brazil
Messages: 12
Registered: May 2005
Karma: 0
Junior Member

Hummm, it isn´t necessary a addslashes after the make_alias?

$alias = "'" . make_alias($_POST['login_name']) . "'";
$login = "'" . addslashes($_POST['login_name']) . "'";

I´ve just fix the bug in this way:

$login = $_POST['login_name'];
$alias = "'" . addslashes(make_alias($login)) . "'";
$login = "'" . addslashes($login) . "'";
Re: Bug in "Change Login Name" [message #25043 is a reply to message #25042] Mon, 23 May 2005 23:31 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
It was added in later patches.

FUDforum Core Developer
Re : Bug in "Change Login Name" [message #25050 is a reply to message #25039] Tue, 24 May 2005 06:27 Go to previous message
DogManStar is currently offline  DogManStar   France
Messages: 60
Registered: March 2005
Karma: 0
Member
ariel a écrit le mar, 24 mai 2005 00:31

When I click "Change Login Name" on User Administration System the login is changed to blank.

I´m running FUDForum v. 2.6.12 and the way I use to change my users login name is throught direct access to database, table fud26_users.

Is it a bug?


I saw same thing yesterday.
After 30 seconds of paniq i changed into the database the login name. Rolling Eyes


I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched c-beams ... glitter in the dark near Tanhauser Gate. All those ... moments will be lost ... in time, like tears ... in rain. Time ... to die.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: 2 bugs? incorrect notification url; IE refresh/cache
Next Topic: theme or template confusion in theme management cp
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Jun 08 18:47:09 GMT 2024

Total time taken to generate the page: 0.04491 seconds