admin validation - new user account - can't login
- Status
- Closed
- Subject
- admin validation - new user account - can't login
- Version
- 1.9.x
- Category
- Error
- Patch
- Feature
- User Administration (Registration, Login & Banning)
- Resolution status
- Please retest
- Submitted by
- zak
- Volunteered to solve
- Mike
- Lastmod by
- Marc Laporte
- Rating
- Description
new user can register but after admin validate his account user can't login because have no password in database
version: tikiwiki 1.9.9 - sirius
conf: allowRegister=y ; validateRegistration=y ; validateUsers=n- Solution
variable order is bad
tiki-register.php (line 132)
//old-->
Copy to clipboard$userlib->add_user($_REQUEST["name"], $apass, $_REQUEST["email"], $_REQUEST["pass"], '', 'n');
//new-->
Copy to clipboard$userlib->add_user($_REQUEST["name"], $apass, $_REQUEST["email"], '', $_REQUEST["pass"], 'n');
Code was rolled back to before I made that mod, so the realname mod was effectively removed. Please retest and confirm this is now working for you.- Importance
- 8
- Priority
- 40
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1532
- Created
- Sunday 03 February, 2008 16:20:45 UTC
by Unknown - LastModif
- Thursday 14 January, 2010 18:54:05 UTC