spree / spree_auth_devise

Provides authentication (user accounts, login & signup) for @spree by using Devise
https://spreecommerce.org
BSD 3-Clause "New" or "Revised" License
139 stars 493 forks source link

Deface error for auth_admin_login_navigation_bar #277

Open philbattos opened 9 years ago

philbattos commented 9 years ago

I've updated my Spree site to version 3.0 and I'm seeing this deface error in my logs:

Deface: [ERROR] The original source for 'auth_admin_login_navigation_bar' has changed, this override should be reviewed to ensure it's still valid.

I assume that the hash needs to be updated for this file. Has anyone else encountered this error?

JDutil commented 9 years ago

The hash probably needs to be updated that's more of a warning than error.

erikaxel commented 9 years ago

Hi, getting this error as well on Spree 3.0.4, and using 3-0-stable branch of spree_auth_devise. This "error" pollutes our error logs and is quite annoying. Maybe integrating pull request #299 into 3-0 stable branch would do the trick?