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
Copy file name to clipboardExpand all lines: lang/en/lang.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
$lang['loginButton'] = 'Log in with ';//... i.e. Google (on SingleAuth)
13
13
$lang['rejectedEMail'] = 'Invalid eMail-Account used. Only email accounts from the following domain(s) are allowed: %s!';
14
14
$lang['eMailRestricted'] = 'Only email accounts from the following domain(s) are allowed: %s';
15
+
$lang['eMailEnforced'] = 'Sorry, accounts from your domain have to login via oAuth.';
15
16
$lang['noEmail'] = '%s service did not provide the an email address. Can\'t log you in.';
16
17
$lang['addUser not possible'] = 'Self-Registration is currently disabled or conf/users.auth.php is not writable. Please ask your DokuWiki administrator to create your account manually.';
17
18
$lang['oauth login failed'] = 'Your (re)login has failed.';
Copy file name to clipboardExpand all lines: lang/en/settings.php
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@
6
6
*/
7
7
8
8
9
-
$lang['info'] = 'Redirect URI to use when configuring the applications';
9
+
$lang['info'] = 'Redirect URI to use when configuring the applications';
10
10
$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
11
-
$lang['mailRestriction'] = "Limit authentification to users from this domain (optional, must start with an <code>@</code>)";
12
-
$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)';
11
+
$lang['mailRestriction'] = "Limit oAuth authentification to users from this domain (optional, must start with an <code>@</code>). Multiple domains can be separated by commas.";
12
+
$lang['mailEnforcement'] = "Enforce oAuth authentification for users from this domain (optional, must start with an <code>@</code>). Multiple domains can be separated by commas.";
13
+
$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)';
13
14
$lang['singleService_o_'] = 'Allow all services';
14
15
$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
15
16
$lang['overwrite-groups'] = 'Overwrite all DokuWiki user groups by those supplied by provider';
0 commit comments