#Arches 3.1.2 release notes *November 24, 2015* The 3.1.2 version is a bug fix release to Arches v3.1.1 after it was discovered that non-logged in users could access the RDM and resource manager directly by using the respective urls (Thanks Joel and Adam!). As a bit of background, in Arches 3.1.1 we added an actual user called "anonymous" that administrators and developers can use to give more fine grained control over what a non-logged in user can do. The anonymous user can be managed like any other user in the system via the admin console. This lead to a few placed in the code that weren't updated and the reason for this latest 3.1.2 release. Users are encouraged to update Arches at their earliest convenience. If you already updated to 3.1.1 then all you have to do is run the following command from an activated environment: 1. ```pip install arches --upgrade``` 2. update authentication/authorization logic in any files (see PLEASE READ section below) 3. restart apache (if using) If you haven't already upgraded to 3.1.1 then follow those directions found here (https://groups.google.com/forum/#!topic/archesproject/vC6kDuXqVwM) then follow steps 2-3 above. PLEASE READ: If you upgraded from a previous version (as opposed to installing Arches from scratch), then your templates/header.htm will probably need to be updated in a couple of places: Around line 31 find the line that looks like this ```