1682a123b4
login improvements
2025-12-18 16:00:46 -05:00
f5f00c51c1
limit management of user settings to host users
2025-12-15 11:16:37 -05:00
b4f8896713
Add pagination state to Pager in Index.razor
...
When clicking the Roles or Edit button, returning would load the first page.
Pager now tracks and updates the current page using a new _page field and the CurrentPage/OnPageChange parameters. This improves pagination handling and user experience by persisting the current page state.
2025-12-15 10:21:32 +01:00
ec2afd5f03
added support for Forgot Username and Use Login Link
2025-12-14 15:13:53 -05:00
ab4bc7e678
add passkey and login management to User Management
2025-10-30 11:08:56 -04:00
adfd870319
create Security tab in User Management
2025-10-30 09:43:49 -04:00
7e69b5193f
add passkey functionality
2025-10-29 12:31:50 -04:00
68233951cb
implement single logout for OIDC
2025-09-29 09:39:15 -04:00
fba4f23f71
improve sort order of user profile options using settings
2025-09-10 17:17:47 -04:00
3f4f1a8278
profile improvements
2025-09-09 08:52:20 -04:00
6daf675e52
added support for cookie domain option in User Management Settings
2025-08-30 08:01:18 -04:00
3b16ae8cc0
improve help text
2025-08-27 14:07:51 -04:00
91e55aeb9b
Fix #5532 : change the default value to true.
2025-08-26 20:26:11 +08:00
919fb5012f
Fix #5532 : add require nonce setting.
2025-08-26 18:13:09 +08:00
23c3c47db4
add active/deleted filter in User Management
2025-08-01 14:45:40 -04:00
7a4b98aec9
use consistent naming
2025-07-29 16:36:28 -04:00
f4cea3fe03
fix #5349 - send verification email if unverified user attempts to login, add ability to enable/disable email verification per site
2025-07-29 16:20:07 -04:00
658059806b
fix #5346 - deleting role should remove associated useroles
2025-07-29 09:05:37 -04:00
9f097521f6
fix #5348 - ensure time zones work consistently on all platforms
2025-07-29 08:11:42 -04:00
bb52402a17
feat: handle timezones and conversions with NodaTime
2025-07-09 12:09:00 +02:00
ff6a810ad5
Fix #4789 - allow user email verification to be managed by administrator
2025-05-16 11:13:03 -04:00
a0f41341ac
fix #5398 - editing page permissions
2025-05-13 15:49:16 -04:00
deb4607081
adding time zone support to admin modules
2025-05-13 13:55:01 -04:00
9f18c460d8
add time zone support for sites and users
2025-05-13 09:24:17 -04:00
6f60a91f4c
add new Register Url and Profile Url options to User Management / Settings
2025-05-01 23:32:37 -04:00
a57fbea0cc
include external login support for host role
2025-03-26 17:11:29 -04:00
70a3fab1ff
added Logout Everywhere option to User Settings
2025-03-10 10:53:05 -04:00
0dd0752710
modify button spacing
2025-01-31 14:50:54 -05:00
de6c57a7ee
add user impersonation
2025-01-31 11:14:13 -05:00
16477052e2
fix #4965 - improve user/site management
2025-01-21 12:21:27 -05:00
1fb54a0b0f
include option for external login to save tokens
2025-01-13 15:14:13 -05:00
1133d7fcba
User Profile Update: Utilizing User Settings Object
...
This pull request updates the User Profile implementation to utilize the existing User Settings object on the user object. While the current implementation is functional, this change offers several benefits:
Improved code consistency
Better guidance for developers accessing User Settings
Alignment with the framework's best practices
2024-12-14 11:09:54 +01: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
23010acef4
Scroll to top after saving settings - Fixes #4758
2024-10-21 10:36:12 -07:00
51d244f3aa
add additional external login providers
2024-10-16 08:35:01 -04:00
8113a754a1
add missing localization keys
2024-10-16 07:52:36 -04:00
be0754f568
simplify configuration of external login providers
2024-09-27 16:21:06 -04:00
caa2073d48
improve support for external login roles
2024-09-13 07:34:57 -04:00
9620c5a98f
fix issue adding existing user to a new site
2024-08-29 17:53:11 -04:00
434cd133df
Fix #4252 : do not reset the user photo setting when edit the user.
2024-05-13 16:08:43 +08:00
294f511b9a
Missing parameters
...
#4172 #4173
2024-04-22 18:27:01 +02:00
5ce5193430
Modifications
2024-01-02 16:09:54 +01:00
233f40f3e9
Start Date and Expiry Date for Module instances and Pages #3538
...
This is complete excluding Reporting and Notifications which can be added at a later date. I just really wanted to get the schema and the functionality into place.
2023-12-31 12:21:38 +01:00
c5d4e237ad
fix #3556 - pad token secret to 32 characters to resolve IDX1-720, change id of "secret" input to reduce chance of form autocomplete causing issues
2023-12-18 09:51:18 -05:00
3c33614115
user identity improvements
2023-11-29 10:42:23 -05:00
93ab8b88d4
include Review Claims option in External Login for troubleshooting settings
2023-11-27 15:07:48 -05:00
c3b1bc6674
only display Authorization Response Type option for OpenIDConnect and fix missing localization
2023-11-22 15:36:49 -05:00
9ddd88b5d0
removed photo from Edit User as files cannot be written to other users folders
2023-11-10 15:58:43 -05:00
9d4a38e560
add new user settings to RESX file
2023-11-10 15:18:59 -05:00
36c1cc5e0c
Added functinality to always remember user login.
...
Added functinality to always remember user login. Provides the option to force login cookie expiration and dont fallback on the session timespan that is used as default when users dont choose the option 'Remember me'.
2023-11-09 16:29:09 +01:00