mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
folder rename; future commits make sense after this
This commit is contained in:
parent
09d0f09d8e
commit
f473a4234e
71 changed files with 0 additions and 0 deletions
7
funding/validation.py
Normal file
7
funding/validation.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
def val_username(value):
|
||||
if len(value) >= 20:
|
||||
raise Exception("username too long")
|
||||
|
||||
def val_email(value):
|
||||
if len(value) >= 50:
|
||||
raise Exception("email too long")
|
Loading…
Add table
Add a link
Reference in a new issue