fusionpbx/core/users
markjcrane 6e11352ff7 Another case where autocomplete creates a problem. New user account creation does not benefit from autocomplete. It assumes the user is the currently logged in user which is not what you want on a form to add new users. This code adds an autocomplete honey pot to defeat the browser developers poor assumption. 2015-09-19 17:51:16 -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 Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
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 Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
groupmemberdelete.php Groups: Integrate Show All and ability to edit assigned Domain. Create, edit, delete non-default groups. 2015-03-31 21:47:31 +00:00
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 Increase the security on accounts -> users list and streamline the search. 2015-03-27 16:18:30 +00:00
permissions_copy.php Use the new multi-lingual code on fusionpbx/core sub directories. 2015-01-18 09:22:07 +00:00
permissions_default.php Use the new multi-lingual code on fusionpbx/core sub directories. 2015-01-18 09:22:07 +00:00
root.php Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00
signup.php Another case where autocomplete creates a problem. New user account creation does not benefit from autocomplete. It assumes the user is the currently logged in user which is not what you want on a form to add new users. This code adds an autocomplete honey pot to defeat the browser developers poor assumption. 2015-09-19 17:51:16 -06:00
userdelete.php Users: Added ability to move User to different domain. Also remove User Settings upon delete. 2015-03-31 00:54:24 +00:00
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