ソースを参照

Documented loginpage_hook()

Brendan Abolivier 8 年 前
コミット
46da2f61e3
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5
    0
      auth.php

+ 5
- 0
auth.php ファイルの表示

@@ -69,6 +69,11 @@ class auth_plugin_macaroons extends auth_plugin_base {
69 69
 		self::__construct();
70 70
 	}
71 71
 
72
+	/* Login page hook
73
+	*
74
+	* Called before displaying the login form, is used to authenticate the user
75
+	* and bypass the form.
76
+	*/
72 77
 	function loginpage_hook() {
73 78
 		global $DB, $login, $CFG;
74 79
 		$placeholders[0] = "/{{firstname}}/";