How to enable guest login?

As per wiki I need add a line to <auth-config> but that also has a mandaroty <login-config name="asdfsda"/> manadatory element and the main-config.xml does not have the <auth-config> element (it was supplied by Jetbrains as the default ones that come with the installation are all messed up).

Any help would be appreciated.

Regards,
--Venkat.

0
2 comments
Avatar
Permanently deleted user

Hello,

Thanks for reporting this problem. It seems that there is a problem in the
main-config.dtd which we will fix later. For now to enable guest login you
can add the following lines:

<auth-type>
<login-module name="defaultLoginModule" />
<guest-login allowed="true" />
</auth-type>

"Venkat Sonnathi" <no_reply@jetbrains.com> wrote in message
news:27111252.1152222447626.JavaMail.itn@is.intellij.net...

As per wiki I need add a line to <auth-config> but that also has a
mandaroty <login-config name="asdfsda"/> manadatory element and the
main-config.xml does not have the <auth-config> element (it was supplied
by Jetbrains as the default ones that come with the installation are all
messed up).

>

Any help would be appreciated.

>

--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"


0

Thanks that worked.

Regards,
--Venkat.

0

Please sign in to leave a comment.