if reg_form.is_valid():
nuevo_usuario = reg_form.save(commit=False)
pw_hash = bcrypt.hashpw(clave.encode(), bcrypt.gensalt()).decode()
nuevo_usuario.password = pw_hash
nuevo_usuario.save()
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter