e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 146 forks source link

Password login improvements #2155

Closed richardebeling closed 2 months ago

richardebeling commented 3 months ago

In the long run, it might make sense to completely ditch the password field from the database, and also enforce some kind of mocked OIDC login on development setups

niklasmohrin commented 3 months ago

In the long run, it might make sense to completely ditch the password field from the database, and also enforce some kind of mocked OIDC login on development setups

that would be cool!