-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 17.03.2014 09:34, RjOllos wrote: > Creating a user for htpassword does not affect the permissions table. > You'll need to use the "permission add" command to grant permission for > the "admin" user. The "admin" user will have all the permissions of the > meta-users anonymous and authenticated.
For clarity: It does not work automatically by using a reserved user name like 'admin', rather you'll get full permission assigned by executing the trac admin CLI like so: $> trac-admin <path-to-trac-env> permission add <username> TRAC_ADMIN See wiki documentation for more details on Trac permissions [1] and on the admin CLI [2] respectively. Steffen Hoffmann [1] http://trac.edgewall.org/wiki/TracPermissions [2] http://trac.edgewall.org/wiki/TracAdmin?version=21 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iEYEARECAAYFAlMm/q4ACgkQ31DJeiZFuHe6rwCgrVxCAkyVg0J6+JQhE2/fpv5W 6dAAoJUVrMfLGPqNQSWixYdQ/bpUmzg1 =qT1z -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
