A small update that fixes two annoying bugs in the theme editor (when syntax coloration is enabled) and with the traditional Dotclear editor, in XHTML mode.
2018 Jan 27
By Franck on Saturday 27 January 2018, 07:48
A small update that fixes two annoying bugs in the theme editor (when syntax coloration is enabled) and with the traditional Dotclear editor, in XHTML mode.
2018 Jan 13
By Franck on Saturday 13 January 2018, 12:08
Some few words:
Enjoy!
The new encryption system for password does not require any migration procedure. This will be done only once at the very next user authentication.
The new password system implies two backward incompatibilities:
$core->auth->checkPassword($_POST['your_pwd'])
rather than $core->auth->checkPassword($core->auth->crypt($_POST['your_pwd']))
.If you need a unique UID/key, use http::browserUID(DC_MASTER_KEY.$core->auth->userID().$core->auth->cryptLegacy($core->auth->userID()))
(may be refined in future).