search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/questions/13658581/​cakephp-admin-login... - Cached
  2. Other sites using CakePHP. Scratch by MIT; Netmums; Auctigo; Ambling Books; Clinic Finder; KüchenAtlas; MapMe; Croogo; News; Development; Documentation; Download
    cakephp.org - Cached
  3. Which is a hash of the actual password. When you save a user in the admin ... don\'t bake your code using ... cakephp admin login as another user without using ...
    stackoverflow.com/.../cakephp-​best...from-the-admin-scaffold - Cached
  4. Another common use of Auth component variables is to allow access to certain methods without the user ... the password field using ... from /users/login to be ...
    book.cakephp.org/1.3/en/The-Manual/Core-​Components/... - Cached
  5. ... using your code to make a scaffold only if the user is admin, ... (\'login/beforeFilter\') from another Controller, ... [\'User\'][\'password\'] = md5 ...
    bakery.cakephp.org/articles/SeanCallan/​2007/04/17/simple... - Cached
  6. ... but we’re also taking advantage of another convention: by using the username and password columns in a users table, CakePHP will be ... admin users can access ...
    book.cakephp.org/2.0/en/tutorials-and-​examples/blog-auth... - Cached
  7. ... action should be reachable without a logged-in user. The login() ... to find a valid user account using th e username and password ... users/admin _dashboard.ctp ...
    www.packtpub.com/article/cakephp-​authentication... - Cached
  8. ... visit my CakePHP 2.x Logi n System for an ... The above is a very basic users table. We will be using an email address ... (\'admin\' => false, \'controller ...
    www.endyourif.com/login-system-with-​cakephp-in-under-10... - Cached
  9. ... with a username and password can login and ... controller/admin_action without using the admin ... more user levels then you can just add another check ...
    www.jamesfairhurst.co.uk/posts/...admin_​levels_in_cakephp - Cached
  10. Password Protecting Admin Functions in CakePHP. ... ($this->params[\'admin\'])) { $this->redirect(\'/users/login ?from ... So I worked out another solution using:
    www.snook.ca/archives/servers/password_​protect_admin - Cached