You can sign in directly without register:
You need authorize to allow connect to your social passport for the first time.
WARNING: You are using an old browser that does not support HTML5. Please choose a modern browser (Chrome / Microsoft Edge / Firefox / Sarafi) to get a good experience.
祁佚
import hashlib
def login(user, password): md5 = hashlib.md5() md5.update(password.encode('utf-8')) return md5.hexdigest() == db[user]