##// END OF EJS Templates
only store hashed user_id in notebook cookie...
only store hashed user_id in notebook cookie hashed user_id is used for authentication, rather than hashed password. Thus, user cookie is only set after authentication succeeds.

File last commit:

r3408:261328d5
r4724:f48658df
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *