Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I have a site that is used by an organization and all of their members have login ids. They've asked me if there's any way they can avoid inconvenience of having to log in each time from their own personal computers. I notice that some sites offer to "log me in automatically on this computer". Although some password generation programs can do this, is this doable from within Couch?
Invariably all browsers now allow you to remember the login creds so one way would be to use that facility.

If, however, you'd rather have Couch do that, it'll require just a little more effort (don't worry, it should be pretty straightforward).

Please use 'extended-users' -
viewtopic.php?f=5&t=8581
and
http://www.couchcms.com/docs/extended-entities/post.htm

Instead of implementing all the templates detailed in the last post mentioned above, implement only the login.php template. The 'users.zip' provided in the first post has a sample implementation that you can follow. It has the 'remember me' feature.

Hope it helps.
2 posts Page 1 of 1