Topic: Registration via Python
I've got an online game running via Python. When users register in the game, I would like it to create a PunBB account with the same username and password. Any Python programmers know what code I would use to create a PunBB account? I'm especially thrown by the password hashing.