joomla admin password not able to change it. #10

Closed
opened 2024-05-27 10:48:07 +00:00 by Tom van der Laan · 2 comments

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.

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.
Author
Member

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() {

  export LC_ALL=C

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.

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() { ``` export LC_ALL=C ``` 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.
Owner

I have fixed this, let me know if the issue continues :)

I have fixed this, let me know if the issue continues :)
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: octoleo/octojoom#10
No description provided.