- Timestamp:
- 07/17/06 01:07:24 (2 years ago)
- Files:
-
- 1 modified
-
storage/auth_dummy.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
storage/auth_dummy.py
r25 r40 8 8 # you have to implement those functions 9 9 def login(self): 10 return(" ploum")10 return("") 11 11 12 12 def password(self): 13 return(" password")13 return("") 14 14 15 15 # Warning ! This function only change the stored login
