Page 1 of 2 12 LastLast
Results 1 to 15 of 23

Thread: Problem to change password

  1. #1
    Join Date
    Mar 2007
    Posts
    96

    Default Problem to change password

    I just update IndexU to 1.33 and no way to change password, i did install of course.

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    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?

  3. #3
    Join Date
    Mar 2007
    Posts
    96

    Default

    It says : "Change password failed", i tried to chmod application.php to 777 but still get the same error.

  4. #4
    Join Date
    Apr 2008
    Location
    Montreal Qc. Canada
    Posts
    34

    Default

    Hi,

    Me too.

    reset password no effect too.

    Tried as new user same thing

  5. #5
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    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?

  6. #6
    Join Date
    Aug 2008
    Posts
    49

    Default

    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

  7. #7
    Join Date
    Feb 2009
    Posts
    53

    Default

    I have same problem

    which user name and password I use for http://nicecoder.com/svn/index.php?a...ngeset&id=1063 ?

    Thank you

  8. #8
    Join Date
    Aug 2008
    Posts
    49

    Default

    generally using default username & password

  9. #9
    Join Date
    Mar 2007
    Posts
    96

    Default

    Quote Originally Posted by nakos View Post
    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
    What to do now ? i tried to add the two lines (green) in users.class.php but it's not working, how to correct the bug ?

    Thanks!

  10. #10
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    You can't just add them, you must remove the red lines first, then add the green ones.

  11. #11
    Join Date
    Mar 2007
    Posts
    96

    Default

    Not working for me, it display this error message : "Fatal error: Call to a member function on a non-object in (website url)".

  12. #12
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    I've notified Fahrul, he'll take a look tonight when he's online.

  13. #13
    Join Date
    Aug 2008
    Posts
    49

    Default

    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
    $indexu->userinfo['password'] = $present_pwd;
    $indexu->userinfo['password_new'] = $new_pwd;
    to

    $auth = new auth();

    $indexu->userinfo['password'] = $auth->Convert($present_pwd);
    $indexu->userinfo['password_new'] = $auth->Convert($new_pwd);

  14. #14
    Join Date
    Mar 2007
    Posts
    96

    Default

    Working!
    Thanks Nakos

  15. #15
    Join Date
    Jul 2009
    Posts
    2

    Default

    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.

Similar Threads

  1. Change link owner password?
    By esm in forum v5.x
    Replies: 6
    Last Post: 03-12-2008, 01:06 AM
  2. Profile CHange Problem
    By mbarnett in forum v5.x
    Replies: 1
    Last Post: 08-20-2006, 07:39 PM
  3. Replies: 1
    Last Post: 08-20-2006, 07:31 PM
  4. Password problem with V3.1
    By craven in forum v5.x
    Replies: 8
    Last Post: 08-31-2003, 02:17 PM
  5. Password...
    By fattymen in forum v5.x
    Replies: 1
    Last Post: 12-16-2001, 05:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •