On Tue, Dec 15, 2015 at 8:31 AM, Ahmed M. <[email protected]> wrote: > > *After some investigation, I found that the issue was that in my Apache > config, it seemed to me that it didn't know where to go after accepting a > login request. It was looking for /login page which doesn't exist. I > created one wsgi script for all sites and updated my Apache config with > this:* > *{{{* > *# point to where the wsgi script is * > *WSGIScriptAlias /trac C:/trac_stuff/wsgi/trac.wsgi* > > *# Tell Apache that this is an ok directory to use ... * > *<Directory C:/trac_stuff/wsgi>* > * WSGIApplicationGroup %{GLOBAL}* > * <IfModule mod_authz_core.c>* > * Require all granted* > * </IfModule>* > *</Directory>* > *}}}* > *It works just fine now - THANK YOU SO MUCH. I hope others > can benefit from this.* > *I am now working on customizing it - I want to remove the deletion > checkbox - deletion is not allowed. Any help is appreciated. * >
It should be easy enough to just remove the checkbox from the template. If you want to propose a patch for the plugin, one possibility would be to have separate options for the ticket move permission and the ticket delete permission. - Ryan -- 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 https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
