0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
Commit Graph

251 Commits

Author SHA1 Message Date
David Goodwin
4d24ab7171 possibly update language files 2019-01-30 21:10:41 +00:00
David Goodwin
2cf73f704a $0 may not be in $PATH 2019-01-30 21:10:28 +00:00
David Goodwin
93a127d7f2 see https://github.com/postfixadmin/postfixadmin/issues/236 2019-01-30 21:05:31 +00:00
David Goodwin
020343999a
Merge pull request #221 from SuperVirus/fetchmail_different_source_port
Allow different port for fetchmail
2019-01-07 21:56:28 +00:00
hawk
67010c86e3 Update fr.lang 2019-01-05 15:09:16 +05:00
Christian Boltz
18be203039
add new texts to all language files 2018-12-18 14:06:49 +01:00
SuperVirus
3ee8b497f1
Update de.lang 2018-12-17 22:11:58 +01:00
Christoph 'SuperVirus' Heitkamp
d35e66808b Allow different port for fetchmail 2018-12-17 13:29:07 +01:00
Christoph 'SuperVirus' Heitkamp
1fea1f8c3b Updated german translation 2018-12-17 13:09:50 +01:00
David Goodwin
69e234f668
Merge pull request #200 from doktoil-makresh/master
Support for password expiration, managed in PostFix Admin
2018-11-27 09:14:36 +00:00
Christian Boltz
056e8af99b
Change $PALANG['password_no_characters'] to new text if untranslated
That's better than a TODO note next to the old english text ;-)
2018-11-12 18:25:21 +01:00
Christian Boltz
bd847e38e6
add translation notes for updated $LANG['password_no_characters'] 2018-11-12 18:19:47 +01:00
Jesse Steele
9e8ce47849
Change "characters" to "letters"
A "character" includes letters and numbers. The requirement triggered by line 355 is for "letters". This created confusion in the past.
2018-10-22 23:10:51 +08:00
Damien Martins
84533224ba Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 16:04:28 +02:00
Damien Martins
b33d79125c Merge branch 'master' of github.com:doktoil-makresh/postfixadmin 2018-08-21 16:02:02 +02:00
Damien Martins
d809e0fbf7 Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:57:06 +02:00
Damien Martins
72dddbc93b Adds colored indicators for password expired, account disabled and vacation enabled accounts 2018-08-21 15:49:40 +02:00
Damien Martins
e786609aa9 Adding support for password expiration. Please read README.password_expiration for more details 2018-08-17 16:07:14 +02:00
root
fb3e968cfc Bootstrap template integration 2018-05-04 13:25:34 +02:00
Aurélien BONANNI
3ea4f80e34 Update french language 2018-04-28 17:24:11 +02:00
Ondrej Zary
957657c853 Update Slovak language 2018-03-28 11:17:40 +02:00
Christian Boltz
9bd230cd46
fix syntax error in ja.lang 2018-03-27 20:52:00 +02:00
Jan Kruis
04b73c1879
Update nl.lang 2018-03-23 23:42:36 +01:00
Adrien Crivelli
15df6c1d7b
Reformat everything with PHP-Cs-Fixer 2018-01-26 23:54:37 +09:00
Koichi MATSUMOTO
70c839cbc6 Remove '# XXX'
Removed '# XXX' comments
2018-01-10 07:27:51 +09:00
Koichi MATSUMOTO
9aeec2147e Update ja.lang
Update ja.lang with the latest
2018-01-10 00:00:09 +09:00
Koichi MATSUMOTO
9b7cfdf807
Update ja.lang
in progress...
2018-01-09 22:09:21 +09:00
Christian Boltz
1c0cd61fff
Add texts for password recovery to all languages 2017-12-30 11:55:58 +01:00
David Goodwin
768d29623e patch from https://github.com/bofh16/postfixadmin/blob/master/bg.lang.patch - thanks! 2017-11-26 20:00:26 +00:00
pbkwee
f217524524
Update en.lang
"Your email address or password are not correct".  Message indicates one thing is wrong.  So use is not are.
2017-11-12 12:40:01 +13:00
Sylvain Tissot
ffb84283c2
Harden password reset process
The improvements are:

- Die with an explicit message when a user is trying to reset his lost password and the option is disabled in config
- Redirect user to main page after password change using relative URL
- Don't leak info whether user exists or has recovery info defined
- Throttle password reset requests to prevent brute force attacks
- Show phone/alt email fields in mailbox/admin edit form only when the password reset option is enabled
- Make database upgrade code compatible with other databases types
- Use the existing password generator to generate OTP. It is now stored in database, unique to each user, valid only for 1 hour and can only by used once.
2017-10-09 11:45:51 +09:00
Sylvain Tissot
7a0b3b3750 Fix typo in french language file #18 2017-08-21 13:55:18 +02:00
Sylvain Tissot
9c9ba64a7f Allows a user or admin to reset his/her forgotten password with a code sent by email/SMS #18 2017-08-21 13:05:25 +02:00
Matyáš Koc
1ea38f9c43 Updated Czech language
Corrected typos and mistakes, translated new strings
2017-07-12 17:51:18 +02:00
Jan-Frederik Rieckers
5712a35f71
Fix some Language issues in broadcast 2017-04-17 14:00:44 +02:00
Christian Boltz
8aecf3eae3 Merge branch 'master' into broadcast_improvements 2017-04-17 13:22:16 +02:00
Carlos Ferreira
83836a2477 Update fr.lang 2017-03-15 22:46:01 +01:00
Carlos Ferreira
1b9fa66493 Small fix 2017-03-11 05:43:46 +01:00
Carlos Ferreira
061f950661 Update French language 2017-03-11 05:33:18 +01:00
Christian Boltz
67a6d0e27a
use $CONF[page_size] in viewlog.php
This replaces the hardcoded "LIMIT 10" with "LIMIT <page_size>".

Patch by Dan <dannyro @SF>, https://sourceforge.net/p/postfixadmin/patches/133/

Additional change on top of Dan's patch:
- wrap $CONF['page_size'] in intval() to avoid that a broken config
  setting can break or exploit the query
2017-03-04 00:34:45 +01:00
Jan-Frederik Rieckers
eb871de916
Add new broadcst message language keys 2017-02-11 23:49:23 +01:00
Jan-Frederik Rieckers
3c3d844130
Improve the broadcast message tool
* Make it possible by config option that non global admins can send
  broadcast messages to their domains.
* Allow the sender to select the domains the broadcast message should be
  delivered to
* Allow the sender to decide if the broadcast message should just be
  delivered to mailboxes
2017-02-11 23:16:43 +01:00
Jan-Frederik Rieckers
03f4bad49c
Add Language-Key for protected_alias_cant_be_deleted 2017-02-03 15:08:24 +01:00
Jan-Frederik Rieckers
7bb36d0bbc
Fix security hole in AliasHandler
Without this fix it is possible to delete a protected alias via editing
the request parameter of the alias to delete.
2017-02-03 14:53:10 +01:00
Christian Boltz
2a680d22c6 Add Romanian translation
Thanks to Dan <dannyro @SF> for providing this new translation!
https://sourceforge.net/p/postfixadmin/patches/132/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1859 a1433add-5e2c-0410-b055-b7f2511e0802
2016-09-09 20:08:57 +00:00
Christian Boltz
98659f4005 translate several german texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1844 a1433add-5e2c-0410-b055-b7f2511e0802
2016-05-22 15:49:17 +00:00
Christian Boltz
a9bb4b83ad cs.lang:
translation update by updated by Jan Laufik (jlaufik @ sf)
https://sourceforge.net/p/postfixadmin/patches/130/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1828 a1433add-5e2c-0410-b055-b7f2511e0802
2016-02-16 19:01:27 +00:00
Christian Boltz
80e99e1b54 tw.lang language update by Wally LEE <Wally @SF>
https://sourceforge.net/p/postfixadmin/bugs/362/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1825 a1433add-5e2c-0410-b055-b7f2511e0802
2016-02-04 22:41:56 +00:00
David Goodwin
96a89889a2 apparently a typo - thanks marcin-github - see d93c56e34a
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1821 a1433add-5e2c-0410-b055-b7f2511e0802
2015-10-20 16:08:17 +00:00
Christian Boltz
d401139d24 sv.lang translation update
by Thomas Karlsson, https://sourceforge.net/p/postfixadmin/patches/128/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1793 a1433add-5e2c-0410-b055-b7f2511e0802
2015-07-13 22:48:01 +00:00