0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Go to file
Christian Boltz 23c08bc02e PFAHandler.php:
- store unchecked input values given to set() in $this->RAWvalues before
  running the validation functions. This is needed to make comparing 
  password and password2 possible.
  (uppercase RAW intentional to make usage harder - hopefully hard enough
  to give everybody who wants to use it some time to think over secure
  programming when working with unchecked input ;-)

AdminHandler.php:
- compare password and password2

This commit means AdminHandler is complete :-)

(Note: db_log can't handle the admin-related log actions yet.)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1297 a1433add-5e2c-0410-b055-b7f2511e0802
2011-12-19 22:50:12 +00:00
ADDITIONS ADDITIONS/delete-mailq-by-domain.pl, 2011-08-03 22:58:09 +00:00
admin Finally got rid of admin/ :-) 2007-10-31 18:24:40 +00:00
configs configs/menu.conf: 2011-11-13 23:05:57 +00:00
css added quota level percentage display 2011-08-08 18:39:03 +00:00
debian - added missing files/dirs (smarty, *.js etc.) into the package 2011-12-18 21:30:21 +00:00
DOCUMENTS SUPERADMIN.txt: 2011-07-31 23:15:41 +00:00
images added quota level percentage display 2011-08-08 18:39:03 +00:00
languages functions.inc.php - db_log(): 2011-11-13 23:11:35 +00:00
model PFAHandler.php: 2011-12-19 22:50:12 +00:00
scripts scripts/shells/domain.php: 2011-10-31 20:57:43 +00:00
smarty update smarty from 3.0.7 to 3.1.5 2011-11-27 23:12:52 +00:00
templates editform.tpl: 2011-11-28 00:37:41 +00:00
tests this will probably migrate us to phpunit; stupid dev env is misbehaving though so it is hard to test 2011-03-17 22:38:03 +00:00
users users/edit-alias.php: 2011-11-25 21:55:11 +00:00
VIRTUAL_VACATION fix as per #3086890 2011-06-20 12:51:02 +00:00
backup.php backup.php: 2011-07-18 22:05:07 +00:00
broadcast-message.php sendmail.php, broadcast-message.php: 2011-07-19 21:41:37 +00:00
calendar.js - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
CHANGELOG.TXT Paperwork ;-) 2011-08-05 23:05:25 +00:00
common.php Remove getInstance calls; not needed as we use ::write 2011-10-24 22:25:36 +00:00
config.inc.php config.inc.php 2011-09-25 18:39:20 +00:00
create-admin.php create_admin() cleanup 2011-09-24 17:04:15 +00:00
create-alias.php create-alias.php: 2011-08-06 23:37:20 +00:00
create-mailbox.php create-mailbox: 2011-10-11 20:14:26 +00:00
delete.php delete.php: 2011-07-18 22:13:05 +00:00
edit-active-admin.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-active-domain.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-active.php edit-active-admin.php, edit-active-domain.php, edit-active.php 2011-07-18 22:20:07 +00:00
edit-admin.php config.inc.php 2011-09-25 18:39:20 +00:00
edit-alias.php Merge edit-alias.tpl and create-alias.tpl 2011-07-31 15:05:33 +00:00
edit-mailbox.php config.inc.php 2011-09-25 18:39:20 +00:00
edit.php edit.php: 2011-11-14 22:33:34 +00:00
fetchmail.php fetchmail.php: 2011-07-22 20:33:56 +00:00
functions.inc.php functions.inc.php: 2011-11-27 21:24:29 +00:00
GPL-LICENSE.TXT Initial Import in SourceForge 2007-03-24 07:27:00 +00:00
index.php login.php, index.php: 2009-04-22 11:31:53 +00:00
INSTALL.TXT various documentation updates: 2011-01-06 20:01:21 +00:00
LICENSE.TXT LICENSE.TXT: 2011-04-24 16:15:21 +00:00
list-admin.php list-admin.php: 2011-11-26 01:09:38 +00:00
list-domain.php model/DomainHandler.php: 2011-11-12 22:01:45 +00:00
list-virtual.php list-virtual.php: 2011-10-29 22:16:16 +00:00
login.php Merge template for admin login and user login 2011-07-29 18:04:09 +00:00
logout.php - added/fixed vim: lines to nearly all *.php files (exception: templates/*) 2009-02-15 15:02:26 +00:00
main.php - big merge of Postfixadmin smarty into trunk 2009-11-05 14:55:39 +00:00
password.php edit-alias.php, edit-domain.php, edit-vacation.php, 2011-07-18 22:48:46 +00:00
sendmail.php sendmail.php, broadcast-message.php: 2011-07-19 21:41:37 +00:00
setup.php config.inc.php 2011-09-25 18:39:20 +00:00
smarty.inc.php smarty.inc.php: some fixes after the Smarty upgrade: 2011-11-27 23:20:10 +00:00
upgrade.php upgrade.php: 2011-11-27 21:23:36 +00:00
vacation.php vacation.php: 2011-08-21 21:28:13 +00:00
variables.inc.php variables.inc.php: 2011-07-26 00:33:44 +00:00
viewlog.php edit-alias.php, edit-domain.php, edit-vacation.php, 2011-07-18 22:48:46 +00:00
xmlrpc.php Renamed UserHandler to MailboxHandler to make clear it's about mailboxes 2011-03-28 23:15:11 +00:00