You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
After creating a new backend user the login does not work anymore.
Error message:
No implementation found to handle given hash. This happens if the stored hash uses a mechanism not supported by current server. Follow the wiki link to fix this issue.
MD5 is not supported anymore.
We must use typo3_console to create a new backend user.
Protype:
desc'Add TYPO3 admin backend user'task:add_admin_user,:typo3_username,:typo3_passworddo |_,args|
typo3_username=ask_variable(args,:typo3_username,'tasks.db.username')typo3_password=ask_variable(args,:typo3_password,'tasks.db.password'){ |question| question.echo='*'}# Do not use "typo3_console" to prevent output of password within logoutput=capture_typo3_console_in_loop1,'backend:createadmin','--no-interaction',typo3_username,typo3_passwordrun_locallydoinfooutputendend
After creating a new backend user the login does not work anymore.
Error message:
MD5 is not supported anymore.
We must use
typo3_console
to create a new backend user.Protype:
Related: #12
The text was updated successfully, but these errors were encountered: