FieldError at /account/recover/
Hi, I installed Askbot following the docs and running version 0.10.0
Using the latest MySQl as the backend, everything seems to be working ok so far.
But when I tried to recover an account I get the following error...
FieldError at /account/recover/
Cannot resolve keyword 'email_key' into field. Choices are: _message_set, activity, activityauditstatus, anonymousanswer, anonymousquestion, askbot_profile, avatar, award_user, badges, bulktagsubscription, created_tags, date_joined, deleted_posts, deleted_tags, draft_answers, draftquestion, email, endorsed_posts, first_name, followed_threads, followrecord, group_membership, group_messaging_sent_messages, groups, id, incoming_activity, is_active, is_staff, is_superuser, last_edited_posts, last_login, last_name, lastvisittime, locked_posts, logentry, messagememo, notification_subscriptions, password, postflagreason, postrevision, postrevisions, posts, question_views, replyaddress, repute, senderlist, suggested_tags, tag_selections, tag_synonyms, thread, unreadinboxcounter, unused_favorite_threads, unused_last_active_in_threads, user_favorite_questions, user_permissions, userassociation, username, userpasswordqueue, votes
Request Method: GET
Request URL: account/recover/?validation_code=96699afdadefd97b6550f0c72ae0d5b1
Django Version: 1.8.16
Exception Type: FieldError
...
Comments