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:
testSo, 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

or software to remember this, for example: Keypass from
http://keepass.info/download.htmlRegards