Unlock user

Please report bugs here!

Moderator: Thorsten

Post Reply
jguittet
Posts: 2
Joined: Sun Nov 02, 2014 10:23 am

Unlock user

Post by jguittet »

Hello everybody and thank you for your work on phpmyfaq,

I just installed phpmyfaq for the first time (windows server 2003, phpmyfaqversion 2.8.15, php5.4, apache 2.2), I have acces as admin to the different items (dashboard, users, content, ...) but I can't unlock a new user as admin :

- I create a new user
- I receive an email in my admin mailbox in order to unlock the user
- I go to Users
- List all users
- I see the new user, it's locked
- I click Edit to unlock it but then the [Login name] is empty
- If I try to enter the user name manually, it's listed in the dropdown list of the [Login name] field but if I select the user, the [Login name] gets empty again.

NB : if I do the same manipulation but this time on my admin account, everything is ok.

Jacques
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Unlock user

Post by Thorsten »

Hi,

that's a bug, sorry for that. 2.8.16 is already ready to release and should be out today.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
jguittet
Posts: 2
Joined: Sun Nov 02, 2014 10:23 am

Re: Unlock user

Post by jguittet »

Indeed the 2.8.16 fixed the problem :)

BTW : there is a little bug in the 2.8.16 update.php here :
//
// UPDATED FROM 2.8.15
//
if (version_compare($version, '2.8.16', '<')) {
$query[] = "CREATE INDEX index_time ON " . PMF_Db::getTablePrefix() . "faqsession (time)";
}

Had to replace "faqsession (time)" by "faqsessions (time)"
;)
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Unlock user

Post by Thorsten »

Hi,

yes, already fixed, 2.8.17 is on the way.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply