예제 #1
0
 def _check_userline(self, user, password, suffix):
     return suffix == htpasswd(password, suffix)
예제 #2
0
파일: htfile.py 프로젝트: AshKash/kit-sink
 def _check_userline(self, user, password, suffix):
     return suffix == htpasswd(password, suffix)
예제 #3
0
 def userline(self, user, password):
     return self.prefix(user) + htpasswd(password)
예제 #4
0
파일: htfile.py 프로젝트: AshKash/kit-sink
 def userline(self, user, password):
     return self.prefix(user) + htpasswd(password)