Simple Auth for Bottle

Demonstration site

%if username is None:

You are not loged in

%else:

You are loged as {{username}}

You have these roles : %for r in roles: {{r}}, %end

Logout

Change password

%end

Pages of the test site :