glauth-ui icon indicating copy to clipboard operation
glauth-ui copied to clipboard

Glauth management ui created with python/flask

Results 14 glauth-ui issues
Sort by recently updated
recently updated
newest added

Hi Nils, I would like to check whether you are still actively working on this project. This is a very nice addition to the GLAuth ecosystem so I hope you...

I decided to implement raw user config to quickly bring new features of GLAuth to the UI, without much dev time. For instance, we can add all the new complex...

Hi. I recently installed a new GLAuth instance (Alpine 3.18, running & tested) with glauth-ui (latest). glauth-ui shows Login-Page. After Login I get "Internal Server Error" page. Docker Logs: `glauthui...

This workflow file will automatically build a container and push it to ghcr.io and dockerhub. You'll need to generate a Personal Access Token with the permissions needed to publish packages....

Support for traefik forward auth, which lets us apply basic yes/no authentication to web pages.

The number of rounds can be specified by BCRYPT_ROUNDS environment variable. The default value is 14, as it takes 600 ms on my machine. As we currently only support bcrypt...

Hey Nils, since glauth v2.0.0 complains about unixid being deprecated I replaced it with uidnumber and gidnumber accordingly. To be consistent, I also changed the db column names in the...

If you change the UID of an existing user that is associated with groups already, the appropriate tables are no updated to ensure the new UID is a member of...

I added the following config option to solving issues using nginx as reverse proxy and serving the app in the subdirectory like `subdomain.example.com/glauth`: ``` SERVER_NAME = os.environ.get('BASE_URL') ``` I still...

At the moment webbrowsers offers autofill for all password forms in the app. This should be disabled for the admin interface, change password form (new password), reset password form and...