Hi, I am using twisted.cred to provide authentication to users over PB.  I am using the FilePasswordDB class to provide avatarID's to users.  I am wondering where/how I should implement the feature so that when a user tries to login with a username that does not exist yet, we create a username/password pair for that user and log them in.  I looked around in 
checkers.py, but I am not sure if that is the right place to implement this.&nbsp; <br><br>Thanks in advance,<br>Yi <br><br>