How to reset password if you've forgotten it?

Help with configuring and installing razorCMS

How to reset password if you've forgotten it?

Postby youcantryreachingme » Mon Nov 21, 2011 6:32 am

How do you reset the password?
youcantryreachingme
 
Posts: 18
Joined: Mon May 23, 2011 7:48 am

Re: How to reset password if you've forgotten it?

Postby Adminer » Mon Nov 21, 2011 1:08 pm

Hi!

It's only possible by reediting (use any php editor to do that, f.e. notepad++) the file downloaded from: ./admin/core/admin_config.php

For this example, the content of that file for RazorCMS 1.2v contains login: admin, pass: test
So, you can copy this and paste (replace old lines) to this file from your site, and upload it again by your FTP program.
In the next step: change login and password as you wish.
Code: Select all
....
   $RAZOR = array();
   
    // super admin username - default is razor //
    $RAZOR['sadmin_username'] = 'admin';

    // super admin password - default is razor //
    $RAZOR['sadmin_password'] = '0f0e019dd5698c2df4562d4cc7c09dd22ac9c24d06e09ab05e5f57ea527c53c26091a9e94a472cf6';
....   


Save your new login and password, using paper :mrgreen: or software to remember this, for example: Keypass from http://keepass.info/download.html

Regards
Adminer
 
Posts: 555
Joined: Wed Apr 08, 2009 9:52 pm
Location: Poland


Return to Installation Issues

Who is online

Users browsing this forum: No registered users and 1 guest