You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match function will try to lookup the route and when it finds it the action will be executed. When no route is found the ResourceNotFoundException is thrown, this will fallthrough to the previous ?app=&file= code.
Commit 8ce3aca removed the loading of all apps from the try block, because the app settings page wasn't updating the menu correctly with this.
pre_setPassword and post_setPassword do not call methods that have been connected to them.
Apps can't know when the user pwd is changed or react to this event.
The text was updated successfully, but these errors were encountered: