Skip to content

Commit b46351b

Browse files
committed
Improve the Platform module
1 parent 334b150 commit b46351b

14 files changed

Lines changed: 0 additions & 90 deletions

File tree

modules/Platform/Config/Config.php

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,4 @@
99

1010
return array(
1111
'activityLimit' => 5, // In minutes.
12-
13-
'throttle' => array(
14-
'lockoutTime' => 1, // In minutes.
15-
'maxAttempts' => 5,
16-
),
17-
18-
'tokens' => array(
19-
'verify' => array(
20-
'validity' => 60, // In minutes.
21-
),
22-
23-
'login' => array(
24-
'validity' => 15, // In minutes.
25-
),
26-
),
27-
28-
'reminders' => array(
29-
'messages' => array(
30-
'password' => __d('platform', 'Passwords must be at least six characters and match the confirmation.'),
31-
'user' => __d('platform', 'We can\'t find an User with that e-mail address.'),
32-
'token' => __d('platform', 'This password reset token is invalid.'),
33-
'sent' => __d('platform', 'Password reminder sent!'),
34-
'reset' => __d('platform', 'Password has been reset!'),
35-
),
36-
),
3712
);

modules/Platform/Language/CS/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/DA/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => 'Nulstillings token til kodeordet er ugyldigt.',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => 'Brugernavn',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/DE/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/EN/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/ES/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/FA/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => 'کلید بازنشانی رمزعبور نامعتبر است.',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => 'نام کاربری',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/FR/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/IT/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

modules/Platform/Language/JA/messages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
'No notifications' => '',
3737
'Notifications' => '',
3838
'Operations' => '',
39-
'Password has been reset!' => '',
40-
'Password reminder sent!' => '',
41-
'Passwords must be at least six characters and match the confirmation.' => '',
4239
'Platform' => '',
4340
'Purple' => '',
4441
'Purple Light' => '',
@@ -68,13 +65,11 @@
6865
'The outgoing E-mail address.' => '',
6966
'The selected notification(s) was successfully marked as read.' => '',
7067
'There are no Users on-line.' => '',
71-
'This password reset token is invalid.' => '',
7268
'URL' => '',
7369
'Use the Cryptography' => '',
7470
'Username' => '',
7571
'Users on-line' => '',
7672
'View all' => '',
77-
'We can\'t find an User with that e-mail address.' => '',
7873
'Whether or not is used a external SMTP Server to send the E-mails.' => '',
7974
'Whether or not is used the Cryptography for connecting to the external SMTP Server.' => '',
8075
'Yellow' => '',

0 commit comments

Comments
 (0)