Search This Blog

04 August, 2012

disabling signup option in mantis bug tracker

For disabling the signup option in mantis bug tracker , open  the file mantis/config_inc.php

add the below line

 $g_allow_signup configuration = OFF; 

save the file. After this, int he mantis login page, there wont be option for new user signing up.

No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...