3c33614115
user identity improvements
2023-11-29 10:42:23 -05: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
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
a0933d07d8
made word casing consistent with other module messages and reduced length of message
2023-03-28 08:53:26 -04:00
0f707a7607
Moved message to the notification.
...
To be honest, the message about the password should be visible at all times.
2023-03-25 11:47:15 +01:00
9aa0374dc2
Removed unused Using
2023-03-24 12:41:27 +01:00
058a191673
Modified Registration to display the Password requirments
2023-03-24 12:38:27 +01:00
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00
79f427e10a
consolidate user creation
2022-03-24 12:32:41 -04:00
e00b7c9be9
add some missing localization keys
2021-08-27 17:29:45 -04:00
ea85eae4ce
register validation
2021-08-18 10:55:34 -04:00
00ca3d856b
reset admin
2021-07-31 15:09:14 -04:00
46fcfcc321
reset - systemInfo validation changes
2021-07-29 16:52:27 -04:00
2dbf9671d9
dashboard - moduleCretaor changes
2021-07-29 16:38:36 -04:00
e42a687c9b
fixing spacing
2021-07-29 15:28:15 -04:00
33a76c61ca
updated modules for input requirements
2021-07-27 16:24:01 -04:00
88c866057f
Fix for #1555 Username readonly on Register form
...
Removed the readonly attribute from the username field.
2021-07-15 15:41:20 +02:00
fca290f8f5
Modifications for Bootstrap 5
...
Admin section now finished. All Tables now replaced with div
2021-07-10 13:37:05 +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
09537ab0e4
auth improvements related to multi-tenancy
2021-05-19 08:46:02 -04:00
a29d7b524c
Localize alert messages in admin pages
2020-12-09 21:12:00 +03:00
d5d13c6def
Localizer register page
2020-11-20 01:26:01 +03:00
f5e4c1dd29
fixed user registration, and updated module creator templates to use new Service approach
2020-04-16 10:21:16 -04:00
85343ade60
Hide the container if registration is disabled.
2020-04-14 17:04:26 -04:00
5b48240322
If site does not allow registration then disable it.
2020-04-14 16:55:03 -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
e8efc5e508
upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314 ( #323 )
2020-04-02 12:07:35 -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
f8d7732025
Moved logic to the Utilities class.
2020-03-27 13:42:14 -04:00
815572b9a7
Fixed missing character.
2020-03-27 11:29:49 -04:00
9335b18d16
Check for a valid email.
2020-03-27 11:20:36 -04:00
ab3f0853a7
Naming conventions
2020-03-14 21:52:26 +01: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
12c73decd0
User management improvements
2019-10-02 14:43:40 -04:00
3af2ca0168
utilize _Imports.razor to simplify module declarations
2019-09-24 17:26:14 -04:00
83a212e7e3
Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
2019-09-19 16:33:48 -04:00
61dc27cf32
Finish upgrade to Preview9
2019-09-15 18:36:39 -04:00
d1faa0ee5f
Initial migration
2019-09-15 12:21:32 +02:00
7d5e35c637
updated namespaces, improved page management,
2019-09-14 15:31:12 -04:00
3ce7f1a227
Permission-based authorization utilizing Policies
2019-08-27 17:14:41 -04:00
b71f007981
Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity
2019-08-14 09:34:35 -04:00
b9c007998e
Improved page reload efficiency, refactored NavigateUrl and EditUrl helpers, added antiforgery token and returnurl to Logout scenario, fixed PageModule service call api url, modified rendering engine to allow for component differentiation
2019-08-02 15:51:47 -04:00
6cf1eb1c31
Integrated AuthenticationStateProvider using .NET Core Identity
2019-07-08 12:52:40 -04:00
59a715e468
Changes for Preview6
2019-06-19 08:32:04 -04:00
f8a048e5ac
ActionLink Improvements
...
Adjustment to ActionLink component to support custom button classes. Adjustment of all button styles inside of the project to swap to either btn-danger for delete operations or btn-secondary for cancel operations for consistency.
2019-05-17 23:55:55 -05:00