Reset Admin Password

edited August 2011 in Installation
Is there a way to reset (or retrieve) the admin password?
Like an idiot I have forgotten it!

Comments

  • edited 1:11PM
    The password reset function doesn't work. Keeps moaning about undefined indexes, so just reset the password field in the database.
  • edited 1:11PM
    A couple questions so I can try and recreate the issue:
    1. Is this with the latest version of FUEL?
    2. Do you have the exact error message (including file and line numbers).
  • edited 1:11PM
    1. It is the latest version of FUEl.
    2. Errors are;
    Filename: models/users_model.php
    Message: Undefined index: new_password
    Message: Undefined index: confirm_password
    Both on line 211.

    I have got passed it be changing it directly in the database.
    How much work would be involved with either changing the encryption to SHA1 or maybe using the ION AUTH library for CI?
  • edited August 2011
    I'm not sure about how much work it would be to use ION AUTH. Changing the password encryption is high on the list though and will hopefully be done within the next month (maybe sooner).
  • edited 1:11PM
    BTW, if you are able to get ION AUTH integrated sooner rather then later, let me know.
  • edited 1:11PM
    That has been fixed in the in the repo... thanks for the report:
    https://github.com/daylightstudio/FUEL-CMS/commit/e2a4637c7b560d1813ab35ac1f22fce2a16e75fa
  • edited August 2011
    I currently developing an application, but if I get time I will try and integrate ION AUTH, how would you recommend, as an advanced module or as part of the core?
  • edited 1:11PM
    I would go the advanced module route.
Sign In or Register to comment.