fusionpbx/core/users
markjcrane 584887441d Adding autocomplete="off" back in case browser developers realize there are legitimate reasons to use it. 2015-09-19 18:02:31 -06:00
..
resources/classes Group Manager: Fix group permission protection feature. 2015-04-15 04:28:26 +00:00
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 Change the format to display the count. 2015-09-04 22:06:09 -06: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 Groups: Better DB record management on Group rename and Group Domain change. 2015-04-01 08:17:51 +00:00
groupedit.php Group Edit: Add Copy button. 2015-04-01 09:26:14 +00:00
groupmemberadd.php
groupmemberdelete.php
groupmembers.php Group Members: Order by Domain, then by User. 2015-05-10 06:13:05 +00:00
groups.php Groups: Restore (but keep disabled) list control icons for default system groups. 2015-04-01 00:37:50 +00:00
index.php
permissions_copy.php
permissions_default.php
root.php
signup.php Adding autocomplete="off" back in case browser developers realize there are legitimate reasons to use it. 2015-09-19 18:02:31 -06: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