fusionpbx/core/users
markjcrane 5da1286329 Add session cookie httponly and set it to true. 2015-12-21 20:52:54 -07:00
..
resources/classes
app_config.php Add missing group_uuid in v_group_permissions. 2015-05-09 23:30:56 +00:00
app_defaults.php Add transaction support to menu and users app_defaults.php. 2015-06-25 21:25:22 +00:00
app_languages.php First pass on core/* 2015-12-10 10:09:07 +00:00
app_menu.php Add latest translations 2015-08-02 23:42:11 +00:00
group_permissions.php Default Settings: Added search category name. 2015-04-15 18:28:53 +00:00
groupadd.php
groupdelete.php
groupedit.php
groupmemberadd.php
groupmemberdelete.php
groupmembers.php Group Members: Order by Domain, then by User. 2015-05-10 06:13:05 +00:00
groups.php
index.php
permissions_copy.php
permissions_default.php
root.php
signup.php Add session cookie httponly and set it to true. 2015-12-21 20:52:54 -07:00
userdelete.php
users.php Change the format to display the count. 2015-09-04 22:06:09 -06:00
usersupdate.php Browser developers disabled autocomplete in most browser. A move that makes an assumption that autocomplete is always good. In this particular case it creates a bug. There are a few legitimate reasons to disable autocomplete. In this case I'm disabling it as we are only updating the password when its provided by the user. In this case the user may be and administrator changing a user a password in this case autocomplete would offer the wrong password. Another case have two password fields that must match if both passwords are empty then the passwords are not updated allowing for other user settings to be updated. 2015-09-19 17:42:02 -06:00