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 website is equiped with a maintenance mode. When your application is in maintenance mode, a custom view will be displayed for all requests into your application if the current user is not administrator.
Commands :
# Put the maintenance mode ON
bin/cake maintenance down
# Put the maintenance mode OFF
bin/cake maintenance up