Skip to content
Snippets Groups Projects
Unverified Commit 75ed02fc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

ENH: Add standard anonymous user

parent 4b5441a7
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# #
# ** end header # ** end header
# #
# new insertEntity procedure # new insertEntity procedure, new anonymous role
# Update mysql schema to version v2.1.0 # Update mysql schema to version v2.1.0
NEW_VERSION="v2.1.0" NEW_VERSION="v2.1.0"
OLD_VERSION="v2.0.31" OLD_VERSION="v2.0.31"
...@@ -35,6 +35,8 @@ fi ...@@ -35,6 +35,8 @@ fi
check_version $OLD_VERSION check_version $OLD_VERSION
mysql_execute "INSERT INTO roles (name, description) VALUES ('anonymous', 'Users who did not authenticate themselves.');"
update_version $NEW_VERSION update_version $NEW_VERSION
success success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment