0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/shared/models
Gabor Javorszky b0b11573f6 Restricting Admin user creation
Solves #138.
* Removed user and user_roles from fixture
* Restricted user creation to one user. That user is id 1, is admin
* Changed tests so they accommodate for this fact
* Can not create new user (fails on test, flashes on signup)
2013-06-15 10:10:26 +01:00
..
base.js simplifying the model structure, again 2013-06-01 11:14:05 -04:00
index.js Changes to Settings Model 2013-06-08 19:24:21 -03:00
permission.js Permissions / ACL 2013-06-06 08:15:10 +01:00
post.js Implement a permissable interface on models 2013-06-08 18:39:24 -05:00
role.js Permissions / ACL 2013-06-06 08:15:10 +01:00
settings.js Changes to Settings Model 2013-06-08 19:24:21 -03:00
user.js Restricting Admin user creation 2013-06-15 10:10:26 +01:00