-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
register and lost password button on login page #790
Comments
No, there is no config for that and the default login page do not provide those buttons. However, you can add link to the registration page (/identity/account/register) and forgot password page (/identity/account/forgotpassword) on your app. |
* feat: login page register and pwd links #790 #792 * revert sample change * remove code smell * improve localization Co-authored-by: github-actions <[email protected]>
* feat: login page register and pwd links #790 #792 * revert sample change * remove code smell * improve localization Co-authored-by: github-actions <[email protected]>
# [6.1.0](6.0.1...6.1.0) (2022-05-29) ### Bug Fixes * automatic redirect after logout ([bb1da51](bb1da51)) * src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities ([a7110d1](a7110d1)) ### Features * login page register and pwd links ([1ee72d6](1ee72d6)), closes [#790](#790) [#792](#792)
# [7.0.0](6.3.0...7.0.0) (2022-11-21) ### Bug Fixes * automatic redirect after logout ([a5a716d](a5a716d)) * ciba filter ([19b3dfd](19b3dfd)) * duplicate column name 'CoordinateLifetimeWithUserSession' ([0499f5a](0499f5a)) * duplicate column name 'CoordinateLifetimeWithUserSession' ([4ab25a2](4ab25a2)) * duplicate column name 'RequireRequestObject' ([2352d15](2352d15)) * foreign key constraint incompatible ([1814e61](1814e61)) * mysql incompatible constraint ([0bf6159](0bf6159)) * packages dependencies issues ([8b80cf7](8b80cf7)) * src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities ([df7480c](df7480c)) * src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities ([b7f85fc](b7f85fc)) * update packages ([8fab6db](8fab6db)) * update packages ([a987336](a987336)) * update packages ([31d0e8c](31d0e8c)) * update packages ([2fb57a4](2fb57a4)) * update packages ([4846747](4846747)) * update packages ([853f29b](853f29b)) * update packages ([4d99656](4d99656)) * update packages ([05cbbc4](05cbbc4)) * update packages ([bcfa2fd](bcfa2fd)) * update packages ([64d1483](64d1483)) * update packages ([4fb4b2c](4fb4b2c)) * update packages ([0bb70e8](0bb70e8)) * update packages ([fae7cd1](fae7cd1)) * update packages ([daf1712](daf1712)) * update packages ([7c8b6a0](7c8b6a0)) * update packages ([cc6c760](cc6c760)) * update packages ([0b0887c](0b0887c)) * update packages ([f28c5a7](f28c5a7)) * update packages ([c4a427c](c4a427c)) * update packages ([4057d45](4057d45)) * update packages ([1950f5b](1950f5b)) * update packages ([86f8a79](86f8a79)) * update packages ([6861d6b](6861d6b)) * update packages ([b9135cc](b9135cc)) * update packages ([dea016d](dea016d)) * update packages ([02d5e4a](02d5e4a)) * update packages ([40fe52d](40fe52d)) * update packages ([5ad19be](5ad19be)) * update packages ([4d00826](4d00826)) * update packages ([3bb28d5](3bb28d5)) * update packages ([9b94dd2](9b94dd2)) * update packages ([19a9bda](19a9bda)) * update packages ([eb117fa](eb117fa)) * update packages ([0798f79](0798f79)) * update packages ([6b71a69](6b71a69)) * update packages ([4304bfc](4304bfc)) * update packages ([37d10d6](37d10d6)) * update packages ([b009c37](b009c37)) * update packages ([ef7c48d](ef7c48d)) * update packages ([178bcfe](178bcfe)) * update packages ([f4f93dc](f4f93dc)) * update packages ([bb8c589](bb8c589)) * update packages ([a9adea9](a9adea9)) * update packages ([85cee88](85cee88)) * update packages ([4f9876e](4f9876e)) * update packages ([c5edc39](c5edc39)) * update packages ([2a2a7a4](2a2a7a4)) * update packages ([4953390](4953390)) * update packages ([45bc8db](45bc8db)) * update packages ([009962a](009962a)) * update packages ([b6eb0d3](b6eb0d3)) * update packages ([16a7308](16a7308)) * update packages ([4f370f6](4f370f6)) * update packages ([117c806](117c806)) * update packages ([594d443](594d443)) * update packages ([9412cec](9412cec)) * update packages ([bd21452](bd21452)) * update packages ([cead51e](cead51e)) * update packages ([836dcfc](836dcfc)) * ut8 char set ([7a17adb](7a17adb)) ### Build System * prepare preview 7.0.0 ([8c81013](8c81013)) * Merge pull request #900 from Aguafrommars/feature/end-of-is4 ([cb7911b](cb7911b)), closes [#900](#900) ### Features * clone entities ([e20214b](e20214b)), closes [#888](#888) * clone entities ([#889](#889)) ([06dda00](06dda00)), closes [#888](#888) * **blazor:** confgure html element identifier ([c6ebaa9](c6ebaa9)) * **blazor:** configure ciba + server side session options ([635f058](635f058)) * dinamic windows provider ([2aab545](2aab545)) * display loading when prerender the app ([300cd3c](300cd3c)) * dynamic windows provider ([#809](#809)) ([5bf7d9d](5bf7d9d)) * filter external provider claims mappings ([8c3008b](8c3008b)) * login page register and pwd links ([d8c61df](d8c61df)), closes [#790](#790) [#792](#792) * map about to git ahsh ([e84b876](e84b876)) * prevent navigation on entity changed ([0d49125](0d49125)) ### Reverts * Revert "refactor(blazorapp): use Pascal json file" ([e7f8312](e7f8312)) ### BREAKING CHANGES * Aguacongas.IdentityServer.Store and Aguacongas.IdentityServer.Admin.Http.Store target net7.0 instead of netstandard2.0 * use 7.0.0 framework
How can we show register and lost password buttons on the login page, is there a configuration for this?
The text was updated successfully, but these errors were encountered: