Skip to content

Anyone having problems with php mail() function turned off? #865

Discussion options

You must be logged in to vote

Maybe a little bit off topic but...

hints from my side to restore access to a yellow system (if mail is somehow broken):

  • Use the command line (if available)

    php yellow.php user change <email> <password>

    or

    php yellow.php user add <email> <password>

  • Update your system/extensions/yellow-user.ini manually

    Search for your administration account and replace the "Hash" value with the output of a bcrypt hash generator like https://www.coderstool.com/bcrypt-hash-generator.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@nevillepark
Comment options

@annaesvensson
Comment options

@nevillepark
Comment options

@wunderfeyd
Comment options

@nevillepark
Comment options

Answer selected by markseuffert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants