You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
page render: convert lang to BCP 47 style, fix#614
W lang setting uses underscore separated locale definition whil HTML lang attribute should use BCP 47 format that uses hyphens.
this commit replace underscure by hyphens in lang attribute during page rendering
improve login() error handling, fix LDAP connection, close#605
login() code was a bit messy and hard to understand, so it was easiest to reorganize it than just fixing the bug.