Missing bcrypt_sha256 import
selenium-screenshot-testing
Kevin Chung 2015-01-01 14:26:54 -05:00
parent 24c5d37fa6
commit 18c0afdd05
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ from CTFd.utils import authed, ip2long, long2ip, is_setup
from CTFd.models import db, Teams, Solves, Challenges, WrongKeys, Keys, Tags, Files, Tracking, Pages, Config
from jinja2.exceptions import TemplateNotFound
from passlib.hash import bcrypt_sha256
from collections import OrderedDict
import logging
import os
import re