svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
22 stars 11 forks source link

Lock admin panel behind 2FA #3702

Closed T8902 closed 3 weeks ago

T8902 commented 1 month ago

What?

lock the admin panel behind the 2FA functionality

Why?

Admin panel has sensitive data so it should be protected. So requiring 2FA makes sense.

How?

Probably nice to have a decorator to be able to lock other things of the site behind 2FA in the future.