-
Textfields in mobile look bad without rounded edges, but rounded would destroy theme continuity
-
### Descripción
Refactorizar la interfaz de inicio de sesión de la aplicación para que la ventana de inicio de sesión y la ventana de registro se abran como formularios independientes y no como popu…
-
### What steps will reproduce the problem?
I needed to override the identity class that the `LoginForm::validatePassword()` is using ($user)
My point is I wanted to change User::ValidatePassword() t…
-
-
**Describe the bug**
Installing the new dotfiles and, more importantly, the new Sequoia theme for SDDM breaks SDDM so thoroughly that you cannot use it to login. After 5 hours of digging through logs…
-
- [x] SignUp form UI
- [x] SignIn form UI
- [ ] Authentication
-
![image](https://github.com/baseplate-admin/coreproject-v4-ui/assets/61817579/dc4e14b9-43c3-43c3-922c-6645fe3cb5a7)
-
In `myapp/forms/__init__.py`:
```python
from .login import LoginForm
```
In `myapp/views/auth.py`:
```python
from myapp.forms import LoginForm`
```
ruff says that LoginForm in `forms/_…
-
## Description
In my application using tview, I've created a login form with input fields for email, password, an optional code, and a checkbox. I am trying to set the background and text colors for …
-
When a user logs into their account and the user email is not found or password is not a match the current code does not properly connect back to the `LoginForm.jsx`
The below code worked prior to …