@@ -213,14 +213,14 @@ |
||
213 | 213 | return $this->user_array[$user_id]; |
214 | 214 | } |
215 | 215 | |
216 | - /** |
|
217 | - * @param int $user_id |
|
218 | - * @param bool $admin |
|
219 | - * @param bool $auto_login |
|
220 | - * @param bool $viewonline |
|
221 | - * @param string $redirect |
|
222 | - * @throws \Exception |
|
223 | - */ |
|
216 | + /** |
|
217 | + * @param int $user_id |
|
218 | + * @param bool $admin |
|
219 | + * @param bool $auto_login |
|
220 | + * @param bool $viewonline |
|
221 | + * @param string $redirect |
|
222 | + * @throws \Exception |
|
223 | + */ |
|
224 | 224 | public function generate_page($user_id, $admin, $auto_login, $viewonline, $redirect) |
225 | 225 | { |
226 | 226 | $this->user->add_lang_ext('paul999/tfa', 'common'); |
@@ -15,7 +15,7 @@ |
||
15 | 15 | static public function depends_on() |
16 | 16 | { |
17 | 17 | return array( |
18 | - '\phpbb\db\migration\data\v320\v320', |
|
18 | + '\phpbb\db\migration\data\v320\v320', |
|
19 | 19 | '\paul999\tfa\migrations\version_003', |
20 | 20 | ); |
21 | 21 | } |
@@ -42,7 +42,7 @@ |
||
42 | 42 | 'ACP_TFA_SETTINGS' => 'Two factor authentication settings', |
43 | 43 | |
44 | 44 | // As we are re-using the acp_board template, we can't add custom stuff to that page. |
45 | - // As such, we do need to have some HTML here :(. |
|
45 | + // As such, we do need to have some HTML here :(. |
|
46 | 46 | 'ACP_TFA_SETTINGS_EXPLAIN' => 'Here you can set the configuration for two factor settings. |
47 | 47 | The suggested configuration option for the requirement is or do not require Two factor authentication, |
48 | 48 | or only require it for the ACP login. <br /><br /> |