Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
56513571
Commit
56513571
authored
Jan 22, 2006
by
Dries Buytaert
Browse files
- Patch
#44379
by Cvbge: removed default roles.
parent
4267ab5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/database.pgsql
View file @
56513571
...
...
@@ -833,9 +833,6 @@ INSERT INTO users(uid,name,mail) VALUES(0,'','');
INSERT INTO role (name) VALUES ('anonymous user');
INSERT INTO role (name) VALUES ('authenticated user');
INSERT INTO users_roles(uid,rid) VALUES(0, 1);
INSERT INTO users_roles(uid,rid) VALUES(1, 2);
INSERT INTO permission VALUES (1,'access content',0);
INSERT INTO permission VALUES (2,'access comments, access content, post comments, post comments without approval',0);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment