Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 7, 20231 yr Author There are two passwords, Admin user password, and ACP login password, How do i change the ACP login password Edited September 7, 20231 yr by LiveG
September 7, 20231 yr Author https://pasteboard.co/PbUnHJhmA1Uc.png Edited September 7, 20231 yr by LiveG
September 7, 20231 yr Community Expert https://pasteboard.co/MwAnNHK3UC3L.png This is the regular ACP login, which uses the same password as the front-end.
September 7, 20231 yr Author This is the regular ACP login, which uses the same password as the front-end. Sorry /admin This one - https://pasteboard.co/PbUnHJhmA1Uc.png It's not my admin username and password. i know the username and password created when installing the forum, but I don't know how to change it. Edited September 7, 20231 yr by LiveG
September 7, 20231 yr Upper right ACP corner AFTER login - there are options for that. Edited September 7, 20231 yr by DawPi
September 7, 20231 yr Community Expert Sorry /admin This one - https://pasteboard.co/PbUnHJhmA1Uc.png It's not my admin username and password. i know the username and password created when installing the forum, but I don't know how to change it. You can change that at the .htaccess file.
September 7, 20231 yr Sorry /admin This one - https://pasteboard.co/PbUnHJhmA1Uc.png It's not my admin username and password. i know the username and password created when installing the forum, but I don't know how to change it. Or remove htaccess and htpwd (something like this) from an admin/ directory and create them again if you want to keep your second ACP password.
September 7, 20231 yr Author Upper right ACP corner AFTER login - there are options for that. Its not the Acp login details, its the admin user login. You can change that at the .htaccess file. On the .htaccess file, there is no username or password parameters to change
September 7, 20231 yr Community Expert Its not the Acp login details, its the admin user login. The aforementioned info are of the admin folder .htaccess protection.
September 7, 20231 yr Author The aforementioned info are of the admin folder .htaccess protection. Sorry, i don't understand you. can't find in the ACP the wat changing the username or password. In the upper right corner, there changing my details as admin. Edited September 7, 20231 yr by LiveG
September 7, 20231 yr Community Expert On the .htaccess file, there is no username or password parameters to change Look at the .htpasswd file. That info should be stored in there. Edited September 7, 20231 yr by Miss_B
September 7, 20231 yr Author Ok, The username is plaintext in this file, but the password is encrypted. Changing the password to plain text locked me out, so i revert it in order to logon beck
September 7, 20231 yr Community Expert Ok, The username is plaintext in this file, but the password is encrypted. Changing the password to plain text locked me out, so i revert it in order to logon beck To create a new password, you can either generate it through the follow link: http://www.htaccesstools.com/htpasswd-generator/ or through the command line. Either method will work.
September 7, 20231 yr Author To create a new password, you can either generate it through the follow link: http://www.htaccesstools.com/htpasswd-generator/ or through the command line. Either method will work. Thank you! That works! Edited September 7, 20231 yr by LiveG