fnp
/
django-cas-provider.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add tests for double ticket validation.
[django-cas-provider.git]
/
cas_provider
/
exceptions.py
1
# -*- coding: utf-8 -*-
2
"""cas_provider.exceptions -- exceptions defined for CAS login workflows
3
"""
4
5
6
class SameEmailMismatchedPasswords(Exception): pass