joomla admin password not able to change it. #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: octoleo/octojoom#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm unable to change the password for the joomla admin from anything other than the default.
it trows a
tr: Illegal byte sequence.
(captured this using screen recording when the screen momentarily flashes to the script before giving the error.
The error is causing the issue. The fact i entered a password shorter than 12 chars was. To silence the error if you add this line
at 4013 just after opening the function setJoomlaPassword() {
it will prevent this error from happening. Also the text should say more than 11 chars ;) from 12 chars and more it is accepted
setting the locale is what chatGPT suggested to me as to prevent this error from happening.
I have fixed this, let me know if the issue continues :)