get_wordlist using global variable to reduce reading from disk
-
moved get_wordlist outside of CreateIdentifierView to general function in views.py, returning a global variable to minimize reading from disk
-
refactored CreateIdentifierView and validate_user_identifier functions to depend on new get_wordlist function.
-
refactored appropriate tests; all tests again pass.