PostfixAdmin for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/postfixadmin/postfixadmin
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Christian Boltz 5ec73b7044 setup.php:
- added form to create setup password hash. It will be displayed if
  a) no setup password is defined yet
  b) the "lost password" link was clicked
- moved checks for empty and too short passwort into check_setup_password()
- added an optional $lostpw_mode parameter to check_setup_password() which
  causes slightly different behaviour (enforces generation of new hash, even
  if the password would match)
- changed check_password_setup() return value to array($error, $message)
- moved displaying $tMessage above the form - it is more useful there.
- removed "see config.inc.php" notice from password field in "create superadmin" 
  form - this hint doesn't help much with the hashed password ;-)
- TODO: The if statements to decide which form to display is quite difficult
  (and will become unreadable in case we need another form ;-)
  We should think about a better way to select the form to display...
  (maybe flash_error / flash_info + redirect?)

upgrade.php:
- added missing <p> tag


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@648 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
ADDITIONS fetchmail.pl: 17 years ago
DOCUMENTS update documentation; get ready for a 2.3rc4 release 17 years ago
VIRTUAL_VACATION INSTALL.TXT - see https://sourceforge.net/forum/forum.php?thread_id=3026548&forum_id=676076 ; general update, and add in a note on alias expansion 17 years ago
admin Finally got rid of admin/ :-) 18 years ago
css css/default.css 17 years ago
debian update documentation; get ready for a 2.3rc4 release 17 years ago
images applied patch from lenix - theme support for postfixadmin; see http://sourceforge.net/tracker/index.php?func=detail&aid=1898481&group_id=191583&atid=937966 - thank you 18 years ago
languages nb.lang 17 years ago
model model/*, tests/*: 17 years ago
templates templates/search.php: 17 years ago
tests model/*, tests/*: 17 years ago
users users/vacation.php: 17 years ago
CHANGELOG.TXT update documentation; get ready for a 2.3rc4 release 17 years ago
GPL-LICENSE.TXT Initial Import in SourceForge 19 years ago
INSTALL.TXT update documentation; get ready for a 2.3rc4 release 17 years ago
LICENSE.TXT LICENSE.TXT: updated contributors 18 years ago
backup.php backup.php: 18 years ago
broadcast-message.php broadcast-message.php: fix hard coded table names 17 years ago
common.php login.php, index.php: 17 years ago
config.inc.php login.php, index.php: 17 years ago
create-admin.php rename templates to .php instead of .tpl 18 years ago
create-alias-domain.php create-alias-domain.php: fix undefined variables 17 years ago
create-alias.php see https://sourceforge.net/tracker/index.php?func=detail&aid=2567466&group_id=191583&atid=937966 - allow adding of an alias even if a mailbox already exists (e.g. allowing you to do keep+forward) 17 years ago
create-domain.php create-domain.php: if the user makes a domain a backup mx, then accept whatever they type in for mailboxes/aliases 17 years ago
create-mailbox.php create-mailbox.php: Remove commented out & dead code 17 years ago
delete.php delete.php: fix undefined variables 17 years ago
edit-active-admin.php rename templates to .php instead of .tpl 18 years ago
edit-active-domain.php rename templates to .php instead of .tpl 18 years ago
edit-active.php fix undefined variables 17 years ago
edit-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
edit-alias.php alias editing - ensure template uses correct list of aliases 17 years ago
edit-domain.php list-virtual.php 17 years ago
edit-mailbox.php allow local_part to change (in theory this code serves no purpose, as the username cannot be changed.. but perhaps it will be in the future (part 2 of operation shut-up-libertytek-charles :) ) 17 years ago
edit-vacation.php edit-vacation.php: 18 years ago
fetchmail.php fetchmail.php: 17 years ago
functions.inc.php functions.inc.php: reindent 17 years ago
index.php login.php, index.php: 17 years ago
list-admin.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
list-domain.php rename templates to .php instead of .tpl 18 years ago
list-virtual.php reindent; fix postgres date formatting issue with +01 times 17 years ago
login.php login.php, index.php: 17 years ago
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
main.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
motd-users.txt Initial Import in SourceForge 19 years ago
motd.txt Initial Import in SourceForge 19 years ago
password.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
search.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
sendmail.php sendmail.php: 17 years ago
setup.php setup.php: 17 years ago
upgrade.php setup.php: 17 years ago
variables.inc.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 17 years ago
viewlog.php rename templates to .php instead of .tpl 18 years ago
xmlrpc.php xmlrpc.php: 17 years ago