This commit is contained in:
2020-07-29 18:57:11 +00:00
parent 63c7e705fc
commit 9a3aeab8f8

View File

@@ -14,9 +14,6 @@ ____________
##########################
todo: Am I forgetting to unsubscribe from event handler in every form for menu click?
See home-notify-subscriptions beforeDestroy() event which has a block to unsubscribe to clicks
Make sure that's the case everywhere
todo: generated user names have numbers in them and are not the same as the id. Do they need numbers? Can it just keep an internal list of used names and bump
or query the db to see if it's already used because there are not that many generated users generally.