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 1 minute ago, LiveG said: 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 6 minutes ago, Adriano Faria said: 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 40 minutes ago, LiveG said: 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 44 minutes ago, LiveG said: 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 11 minutes ago, DawPi said: Upper right ACP corner AFTER login - there are options for that. Its not the Acp login details, its the admin user login. 11 minutes ago, Miss_B said: 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 1 minute ago, LiveG said: 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 3 minutes ago, Miss_B said: 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 8 minutes ago, LiveG said: 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 9 minutes ago, LiveG said: 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 3 minutes ago, Miss_B said: 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
September 7, 20231 yr Community Expert Just now, LiveG said: Thank you! That works! I am glad I was able to help 😊