Commit Graph

38 Commits

Author SHA1 Message Date
9f18c460d8 add time zone support for sites and users 2025-05-13 09:24:17 -04:00
cd0ee1c26d FIX for #4906 Profile Field does not allow max length
This update applies the maxlength attribute fix to all input and textarea elements. The maxlength attribute will only be added if p.MaxLength is greater than 0, allowing unlimited characters when it's 0 or less.
2024-12-10 09:25:01 +01:00
9620c5a98f fix issue adding existing user to a new site 2024-08-29 17:53:11 -04:00
20fdd3e891 fix #3427 - profile validation for User Management (Add/Edit) 2023-10-23 11:24:22 -04:00
c0ed335d84 Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported. 2023-10-09 14:26:56 -04:00
edac046fcd improvements based on user import testing 2023-09-23 09:04:18 -04:00
ef2f779f71 fix #3174 - display accurate password complexity requirements (this is now implemented in registration, user profiles, and user management - add/edit) 2023-08-25 13:31:02 -04:00
96cf06fe8d fix issue where user could not be shared across multiple sites 2023-08-07 09:58:24 -04:00
cc4c47c3ee added validation support for user profile fields 2023-05-25 16:16:16 -04:00
789baf99ff Fix for #2728 Toggle Password button focus
Added  tabindex="-1" to the Button control so that focus is not received and passed the the following control.
2023-04-05 07:51:32 +02:00
e136972cd7 add support for API permissions at the UI layer - including ability to delegate user, role, profile management 2023-01-09 11:38:25 -05:00
e4c648ee92 completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience 2022-04-22 17:54:20 -04:00
1625e3ba6c User Areas to use the Toggle Password method
Updated the Components where the Password is required to allow toggle show / hide
2022-04-14 13:47:27 +02:00
9da3b77f7d modifications for Bootstrap 5
Updated Admin areas Users and Roles
2021-07-10 09:00:34 +02:00
cb7d9a0371 upgrade to Boostrap 5 2021-07-02 20:03:51 -04:00
ba9ca22aaa update to resources 2021-06-25 16:34:30 -04:00
ae0edcfd2d create default rex files with static keys 2021-06-18 14:45:38 -04:00
9d083726be user and role management improvements 2021-04-23 16:11:35 -04:00
a29d7b524c Localize alert messages in admin pages 2020-12-09 21:12:00 +03:00
c27e8b55df Add missing Users localization strings 2020-12-08 21:16:37 +03:00
086e3623c3 Localize non components in users pages 2020-11-17 23:04:16 +03:00
261f48e842 Localize components for the users pages 2020-11-17 22:56:41 +03:00
aec5882de1 Fix #676 - fix creation of new profile fields, add support for required and private profile fields, integrate field level help for consistency 2020-08-13 10:06:15 -04:00
ab5257cea2 Security fixes for Site Administrators to ensure proper access. Improvements to User and Role management components. Fix logic in CreateUser so that it does not prevent Administrators from creating users. 2020-04-21 15:16:12 -04:00
5af6f7a52d Namespace Fix undo (#340) 2020-04-04 14:06:24 -04:00
71bd3a8d6a Namespace fix (#335) 2020-04-03 17:18:33 -04:00
66ad089088 Refactoring (#314)
* Refactoring

* Refactoring

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Rename template .sql file

* Modified null and empty string check.

* Check for a valid email.

* Fixed missing character.

* Moved logic to  the Utilities class.

* Added Favicon support, Progressive Web App support, page title and url support, and private/public user registration options

* Refactoring

* Refactoring

* Check for a valid email.

* Moved logic to  the Utilities class.

Co-authored-by: Aubrey <aubrey.b@treskcow.tech>
Co-authored-by: MIchael Atwood <matwood@dragonmastery.com>
Co-authored-by: Shaun Walker <shaun.walker@siliqon.com>
2020-03-31 10:21:05 -04:00
eec983707a Merge branch 'master' into NamingFixes 2020-03-14 12:27:34 -04:00
a06ad38432 Naming fixes 2020-03-14 11:07:49 +01:00
3e1c371be6 PermissionNames constants
Replace magic strings in authorisation calls
2020-03-14 09:21:26 +01:00
f6622a5599 bug fixes 2020-02-12 09:14:20 -05:00
6a92c9f764 Folder and file management service 2020-02-11 14:25:38 -05:00
0aed11e71c notification service and user management improvements 2020-02-03 16:43:37 -05:00
2e3a4efb74 structured logging 2019-10-22 11:57:28 -04:00
c029e70783 CSS separation, multi-tenancy fixes 2019-10-12 16:32:47 -04:00
8de502e504 Add IDeletable to User 2019-10-08 10:41:39 +02:00
12c73decd0 User management improvements 2019-10-02 14:43:40 -04:00
4de8572a87 Management UI for roles, users, tenants 2019-09-30 23:50:10 -04:00