dready92 / PHP-on-Couch

Data Access Library to access a CouchDB server with PHP.
http://dready.byethost31.com/index.php/display/view/192
GNU Lesser General Public License v3.0
246 stars 102 forks source link

Support for variable user table #9

Closed pkruithof closed 14 years ago

pkruithof commented 14 years ago

The couchAdmin class has the $userdb property set to _users. When you use a different user database, you cannot use the admin. Please add a getter/setter for this property. Also, there are a couple of hard-coded _users strings used, instead of the $userdb property.

dready92 commented 14 years ago

Hello,

you're totally right. Commit d3e74abf93117330b82d fix all these (with documentation too). Thanks for the report, and for using PHP On Couch !

Mickael