-
Would be great to have an option to modify the login form for Nova 4. If not modifying the view we could have an option to modify the e-mail field to something else like an username. Example use case: Using LDAP username to login to Nova panel. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 11 replies
-
Could be great improvement. Another use case: |
Beta Was this translation helpful? Give feedback.
-
This could be a fix for your issue: You can pass custom auth paths into Nova 4 |
Beta Was this translation helpful? Give feedback.
-
A possible implementation of socialite would really help |
Beta Was this translation helpful? Give feedback.
-
what we want is this tutorial to work in nova 4. i guess you need to write your own tool that overrides the Login component would be nice if we could pass data/components to the Default Nova Login Component via Slot or similar instead. |
Beta Was this translation helpful? Give feedback.
-
Hi, Currently, we use the following package and it works great. We can change login page and including create new pages for example to sign up https://github.com/Muetze42/nova-assets-changer Our app use LDAP authentication using LdapRecord The only problem is during migration as "getKeyType" method is called on the auth provider. If you try to use anything different from standard eloquent you will raise an exception. Please see the following issue for details. The problem is due to something that is hard-coded in nova ... Anyway, it will better to have such features natively without requires any add-ons. Regards |
Beta Was this translation helpful? Give feedback.
This could be a fix for your issue:
You can pass custom auth paths into Nova 4
Awesome if you are using Jetstream and want to leverage 2FA