WIP Issue #9 - Fixed message on all pages, need to work on UI and DB.

This commit is contained in:
Daniel Thee Roperto
2016-09-05 19:50:26 +10:00
parent 98de8a6c69
commit aca6a0122e
6 changed files with 69 additions and 5 deletions

View File

@@ -49,4 +49,11 @@ class auth_plugin_outage extends auth_plugin_base
public function user_login($username, $password) {
return false;
}
/**
* Login page hook.
*/
function loginpage_hook() {
\auth_outage\outagelib::initialize();
}
}