Search found 2 matches

by appds
17 Apr 2006, 23:01
Forum: Help
Topic: Changing issues severity
Replies: 0
Views: 2405

Changing issues severity

Hello! How can I change the default "severity" in a existent issue?
For example: from "feature" to "trivial", etc.....

Thanks in advance,
Anna
by appds
02 Apr 2006, 16:34
Forum: Help
Topic: default page is not working for anonymous account
Replies: 0
Views: 2466

default page is not working for anonymous account

Hello, I have created an anonymous account (protected) and defined the default page (after login) in my config:


# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'Guest';

# Default page after Login or Set Project
$g_default_home ...