b7928a5255
fix #4638 - add Logout Everywhere option to User Profile
2024-09-20 15:18:25 -04:00
48f2079f88
fix #4580 - add logout everywhere support using SecurityStamp
2024-09-17 08:45:27 -04:00
66acb55a57
fix login redirect issue in sub-site where user has navigated directly to login page
2024-08-21 15:17:29 -04:00
f2c5dca5e7
set Prerender on Login component
2024-07-17 20:52:13 -04:00
6072eab01d
allow Admin to navigate to login page
2024-03-04 08:34:10 -05:00
b08d91a218
handle focus error on blazor web assembly when verifying email address
2024-02-22 00:33:45 +01:00
eac7fccbb4
fix #3827 - Cancel button should redirect to RedirectUrl (using PageState.ReturnUrl)
2024-02-21 10:19:55 -05:00
5d64ea48ba
added links from login to register and vice versa
2024-02-17 12:28:55 +01:00
bb02a17e44
Fix #3723 - cancel from login not redirecting properly
2024-02-02 09:06:51 -05:00
cdba2bd9e2
refactor alwaysremember logic for consistency
2023-11-29 13:19:45 -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
23b9b8aaf6
if site login is disabled redirect Login to external identity provider
2023-10-24 13:46:25 -04:00
8c9e886136
refactor logic to redirect to external login provider when local site login is disabled
2023-09-25 13:53:05 -04:00
e0ebf70907
if site login is disabled redirect Login to external identity provider
2023-09-20 13:45:19 -04:00
7919e14d90
fix error when Allow User Login is set to false (ElementReference has not been configured correctly)
2023-09-19 08:49:03 -04:00
d155e13399
fix #3253 - login needs to validate User.IsDeleted property
2023-09-13 10:02:11 -04:00
93be61e483
fix #3065 - redirect user if they are logged in and navigating to Login page
2023-08-03 12:46:42 -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
56e4dcc11e
fix #2578 - error notification sent via email includes direct link to specific log item, however redirect was causing an infinite loop. This resolves the problem and also preserves url querystring parameters during login/logout.
2023-02-06 16:44:25 -05:00
d1f50f12af
Fix #2399 - page paths not being validated for deleted pages
2022-09-06 10:50:53 -04:00
4cae3f02ed
add ability to dynamically set module title and visible from components
2022-08-12 13:05:48 -04:00
f96129fa37
Blazor Hybrid / .NET MAUI support
2022-08-11 17:09:32 -04:00
ecc9aa40d7
resolve login issue related to 'LoginOptions:TwoFactor' and order list of files alphabetically
2022-05-13 12:03:34 -04:00
eed27e101a
fix #2176 - update LastIPAddress correctly during login
2022-05-05 09:57:09 -04:00
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00
391713b84d
Fix #2144 - install issue, Fix #2146 - move file issue, require verification of external login account linkage
2022-04-20 16:00:58 -04:00
6dc1d42d90
fix #2125 - cannot login using WebAssembly, remove granular 404 logging as it is already managed by url mapping, make IModule ReleaseVersions optional when using EF Core migrations
2022-04-13 19:27:12 -04:00
683ad8959a
dogfooding fixes
2022-04-04 10:53:40 -04:00
a70f1ee1e0
cleanup
2022-03-30 22:08:32 -04:00
50a44c9416
login localization
2022-03-23 17:19:02 -04:00
9d86d923aa
Add OAuth2 support
2022-03-23 10:51:52 -04:00
1a86b80c61
More improvements to OIDC support
2022-03-19 13:42:19 -04:00
9bbbff31f8
Added support for per site options and OpenID Connect
2022-03-13 22:55:52 -04:00
b80fe428ac
add show/hide password toggle on Login form
2022-03-04 11:43:54 -05:00
1cdc80e09b
2 factor authentication and user account lockout completed
2022-03-03 09:12:37 -05:00
ac45f67a21
enhancement to send log notifications to host users
2022-02-23 16:10:24 -05:00
9ccc4c4059
Missing Resx Keys
...
Added missing Keys for Login and Visitor
2021-12-23 11:36:20 +01:00
d3f3359f66
fix #1745 - error on WebAssembly when logging out
2021-11-04 08:06:28 -04:00
f6c46878c6
add new overloads to client-side logging methods to include LogFunction enum parameter so that it can be specified explicitly rather than only being inferred from the page action
2021-08-30 08:46:53 -04:00
ddafd21706
Fixes #1579 Exception when browsing to /login when you are already logged in
...
Added PageState.User check
2021-08-04 19:33:54 +02:00
ba9ca22aaa
update to resources
2021-06-25 16:34:30 -04:00
f7363504c2
Merge branch 'dev' into dev
2021-06-18 15:35:20 -04:00
ae0edcfd2d
create default rex files with static keys
2021-06-18 14:45:38 -04:00
72ff6fa0e7
improvements to refresh logic, module template enhancements
2021-06-16 16:31:02 -04:00
bc720555c4
refactoring, enhancements, and some fixes
2021-06-10 08:16:02 -04:00
09537ab0e4
auth improvements related to multi-tenancy
2021-05-19 08:46:02 -04:00
a5de639d15
optimizing tenant resolution and routing
2021-05-10 17:45:39 -04:00
61b73060e5
login form validation
2021-04-02 16:14:02 -04:00
60a1f4ed15
Added functionality, when the EnterKey is press the login command is run.
2021-04-02 07:01:27 +02:00
b7ce7bb3e4
Improve Login user experience when running on WebAssembly and address Logout scenario
2021-02-16 08:11:36 -05:00