openagri-eu / farmcalendar

European Union Public License 1.2
1 stars 0 forks source link

Login/Logout View and templates (local) #1

Open arruda opened 3 months ago

arruda commented 3 months ago

Create the Login and logout view, along with templates (simple forms such as the login form on FarmOS demo), using only local authentication (instead of gatekeeper) for now. Also necessary to create a new base.html template for the service.

arruda commented 2 months ago

Create a simple logout, again, similar to login, it should actually redirect to gatekeeper/logout URL, so maybe not really needed a logout template, just imidiatly logout the user if no gatekeeper is set (in dev mode for example). But still would need the logout view for that