Segnalazione #860
inserire nome utente e permessi attivi all'interno dell'HTML nel template di base
0%
Related issues
Associated revisions
Show the username in the navbar when the user is logged in. refs #860
Add Login.get_user_perms(self, user) method. refs #860
Set the perms in the session. refs #860
Call to_jsonable() on user only once. refs #860
Get the permissions from the session in SessionRequestHandler. refs #860
Get the permissions in the else: branch. refs #860
Get the user and perms in the template, accessible from JS code. refs #860
Redirect to home after a successful login. refs #860
window.fussmanager.config.user is an object, not a string anymore. refs #860
window.fussmanager.config.perms is a Set() now, to allow doing window.fussmanager.config.perms.has('something'). refs #860
Move Login/username link to the right, using the Flex/BS4 CSS class 'ml-auto'. refs #860
Sync with master. refs: #860
Merged t860 into master. Closes: #860
History
Updated by Elena Grandi over 5 years ago
- Blocked by Segnalazione #856: interfaccia con LDAP asincrona per tornado added
Updated by Elena Grandi about 5 years ago
- Related to Segnalazione #856: interfaccia con LDAP asincrona per tornado added
Updated by Elena Grandi about 5 years ago
- Blocked by deleted (Segnalazione #856: interfaccia con LDAP asincrona per tornado)
Updated by Elena Grandi about 5 years ago
- Has duplicate Segnalazione #861: Mostrare il nome utente corrente nei template html added
Updated by Mark Caglienzi about 5 years ago
- Status changed from Nuovo to Commenti
- Output del nome utente nella navbar
- Calcolo dei permessi ("somma" tra permessi dati dall'utente e dai relativi gruppi, se presenti)
- Passaggio dei permessi al JS in
base.html
window.fussmanager.config.user
è un object con tutti i dati di User al suo internowindow.fussmanager.config.perms
è unSet()
- Redirect alla home dopo il login
PS: Grazie Enrico per avermi dato una mano qua e là
Updated by Enrico Zini about 5 years ago
- Assignee changed from Enrico Zini to Mark Caglienzi
It all looks good.
Can you move the login button / user name to the top right of the navbar, to follow what most web UIs are doing?
Updated by Mark Caglienzi about 5 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Enrico Zini
Fatto, ho spostato sia il link Login (quando non si è loggati) che lo username (quando si è loggati) nell'angolo destro della navbar.
Piccola nota: Bootstrap 4 non vuole più navbar-right
ma ml-auto
per questo.
Branch t860
pushato, nessun merge fatto.
Updated by Enrico Zini about 5 years ago
- Status changed from Commenti to Chiuso
Grazie! Fatto merge, chiudo.
Hide 'Login' link if the user is logged in. refs #860