I just update IndexU to 1.33 and no way to change password, i did install of course.
I just update IndexU to 1.33 and no way to change password, i did install of course.
You are the second user to report this.
When you try to change your password in the admin panel, what happens? Do you get an error?
It says : "Change password failed", i tried to chmod application.php to 777 but still get the same error.
Hi,
Me too.
reset password no effect too.
Tried as new user same thing
Application.php has nothing to do with the password. The password is saved in the database, always has been.
The programmers will be online shortly, can someone with this issue please send in their IndexU admin login, FTP login and MySQL login please?
yes, there is a bug.
but now has been fixed and committed on SVN 1063
http://nicecoder.com/svn/index.php?a...ngeset&id=1063
I have same problem
which user name and password I use for http://nicecoder.com/svn/index.php?a...ngeset&id=1063 ?
Thank you
generally using default username & password
You can't just add them, you must remove the red lines first, then add the green ones.
Not working for me, it display this error message : "Fatal error: Call to a member function on a non-object in (website url)".
I've notified Fahrul, he'll take a look tonight when he's online.
the bugs has been fixed.
on svn http://nicecoder.com/svn/index.php?a...ngeset&id=1063
or you can replace manually on user.class.php on function change password function
to$indexu->userinfo['password'] = $present_pwd;
$indexu->userinfo['password_new'] = $new_pwd;
$auth = new auth();
$indexu->userinfo['password'] = $auth->Convert($present_pwd);
$indexu->userinfo['password_new'] = $auth->Convert($new_pwd);
Working!
Thanks Nakos
I am now having this issue with new installations of 1.4. Can you please tell me where to find this user.class.php file? I tried to click on the SVN link but it wouldn't authorize my user name and password.