Mark Nardi

Results 5 comments of Mark Nardi

Sorry, I asked the same question on Stack Overflow with corresponding screenshots of CMake and Errors [here](https://stackoverflow.com/questions/52056507/errors-building-project-in-visual-studio-2017). In the attachment files You can find all error messages. I hope You...

Building ITK from source causes no Errors. How can i check if the building and installation of ITK all went right? Here is a screenshot of my CMake configurations. ![unbenannt](https://user-images.githubusercontent.com/37661351/45949609-f5fcb800-bfeb-11e8-863f-567201f9a8a6.PNG)

It seems that this is causing this misbehaviour: ``` def password_reset_form_class(self): if 'allauth' in settings.INSTALLED_APPS: return AllAuthPasswordResetForm else: return PasswordResetForm ``` The `PasswordResetForm` uses your `get_email_option`, therefore it uses also...

I've run also into this issue. I downgraded again to `2.1.4`.

Downgrading was the only solution for me