Recent Posts by Chris Anderton
|
Nov 27, 2007
|
Topic: Installation / Can Access Be Restricted This is pretty simple – i went through and used the :login_required filter on the controllers and restricted access so that all content requires login (which is what i wanted) I also removed the signup option as i don’t want just anybody signing up – longer term i’ll come up with an admin side function for me to add users, at the moment i create them through the console. I also hide some functionality so that only the admins can see it (such as changes) – this is done using the admin? function and :admin_required filter. |
|
Nov 27, 2007
|
Topic: Development / why hidden operations links? In the meantime i’ve submitted a patch that will remove the ‘hiding’ and ‘unhiding’ http://devil.brightredglow.com/tickets/20 It should do the trick |