Rename username2dirname() to userdir()

This commit is contained in:
flan
2017-11-02 19:32:10 +01:00
parent 33868f013d
commit 910e557776
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class SimpleUserManager(object):
return True
def username2dirname(self, username):
def userdir(self, username):
"""
Returns the directory name for the given user. By default, this is just
the username. Override this to adjust the mapping between users and