Passwort vergessen
Aus eZ Wiki
Passwort manuell setzen
UPDATE ezuser SET password_hash = MD5("LOGIN\nPASSWORD") WHERE login = "LOGIN";
Wenn in der site.ini ein anderer hashtype gesetzt ist. muss das natürlich entsprechend angepasst werden.
- Weblinks
- http://ez.no/doc/ez_publish/technical_manual/current/reference/configuration_files/site_ini/usersettings/hashtype
- http://ezpedia.org/fr/ez/solution_reseting_the_admin_password_in_ez_publish
