Skip to content

Forget clean text password after registration

Administrator requested to merge github/fork/Ablu/patch-1 into master

Created by: Ablu

Currently all passwords stay in the db for ever. This now deletes no longer required passwords.

Please also run DELETE FROM tmw_accounts WHERE STATE = 1;

Merge request reports