You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@marmotta.apache.org by Fabian Cretton <Fa...@hevs.ch> on 2014/10/07 22:05:35 UTC

Rép. : Marmotta default username and password

Hi,
 
The team will certainly answer you with the correct answer.
 
Anyway, I had the same problem. So I did come back with no security to
access the users page (editing the settings file 
$MARMOTTA_HOME/system-config.properties), then I did set the password
for admin to "pass123", then change the security and it worked. So in my
case, I don't know what the 'default' password was.
 
Fabian

>>> Josep Maria Brunetti <jo...@gmail.com> 07.10.2014 18:07 >>>
Hi all,

I have deployed marmotta in a server and changed the security profile
to "standard" to allow write access. However, now I can't login with
admin/pass123 as it says. Isn't it the default username and password? Am
I doing something wrong?

Thank you in advance. 

Best,

-- 
Josep Maria Brunetti Fernández
Escola Politècnica Superior (EPS) - Universitat de Lleida 
C\ Jaume II 69, 25001 Lleida

Re: Rép. : Marmotta default username and password

Posted by Josep Maria Brunetti <jo...@gmail.com>.
That worked! Thank you! :)

On Wed, Oct 8, 2014 at 9:58 AM, Fabian Cretton <Fa...@hevs.ch>
wrote:

>  Hi,
>
> I had no problem to change the password from the GUI.
>
> However, here are some infos that might be useful in your case to reset
> passwords:
>
> "if you want to reset the password for the admin user to the default value just set the following config-value:
>
> user.admin.pwhash = :plain::pass123
>
> The same way you can (re)set the password for any user, the generic pattern is user.<username>.pwhash = :<algo>::<hash>
>
>  from
> http://mail-archives.apache.org/mod_mbox/marmotta-users/201308.mbox/%3CCAGuvxyhQejGMT_1GEo+nCqOn0wqLfAB=NY1t+DqNwp23nQWMtg@mail.gmail.com%3E
>
> The official documentation being here:
> http://wiki.apache.org/marmotta/Maintenance#Change_lost_admin_password
> Fabian
>
> >>> Josep Maria Brunetti <jo...@gmail.com> 08.10.2014 09:54 >>>
> Hi Fabian,
>
> Thank you for the answer. I was able to change the security profile as you
> said, but I can't change the password for admin. When I try to change it I
> am asked for the username and password again. I think that's beacuse I'm
> accessing the server not from localhost. How did you change it?
>
> Thank you,
>
>
> --
> Josep Maria Brunetti Fernández
> Escola Politècnica Superior (EPS) - Universitat de Lleida
> C\ Jaume II 69, 25001 Lleida
>
>
>
> On Tue, Oct 7, 2014 at 10:05 PM, Fabian Cretton <Fa...@hevs.ch>
> wrote:
>
>>  Hi,
>>  The team will certainly answer you with the correct answer.
>>  Anyway, I had the same problem. So I did come back with no security to
>> access the users page (editing the settings file
>>
>> $MARMOTTA_HOME/system-config.properties), then I did set the password
>> for admin to "pass123", then change the security and it worked. So in my
>> case, I don't know what the 'default' password was.
>>  Fabian
>>
>> >>> Josep Maria Brunetti <jo...@gmail.com> 07.10.2014 18:07 >>>
>> Hi all,
>>
>> I have deployed marmotta in a server and changed the security profile to
>> "standard" to allow write access. However, now I can't login with
>> admin/pass123 as it says. Isn't it the default username and password? Am I
>> doing something wrong?
>>
>> Thank you in advance.
>>
>> Best,
>>
>> --
>> Josep Maria Brunetti Fernández
>> Escola Politècnica Superior (EPS) - Universitat de Lleida
>> C\ Jaume II 69, 25001 Lleida
>>
>
>


-- 
Josep Maria Brunetti Fernández
Escola Politècnica Superior (EPS) - Universitat de Lleida
C\ Jaume II 69, 25001 Lleida

Re: Rép. : Marmotta default username and password

Posted by Fabian Cretton <Fa...@hevs.ch>.
Hi,
 
I had no problem to change the password from the GUI.
 
However, here are some infos that might be useful in your case to reset
passwords:
"if you want to reset the password for the admin user to the default
value just set the following config-value:user.admin.pwhash =
:plain::pass123 The same way you can (re)set the password for any user,
the generic pattern is user.<username>.pwhash = :<algo>::<hash>
from
http://mail-archives.apache.org/mod_mbox/marmotta-users/201308.mbox/%3CCAGuvxyhQejGMT_1GEo+nCqOn0wqLfAB=NY1t+DqNwp23nQWMtg@mail.gmail.com%3E
The official documentation being here:
http://wiki.apache.org/marmotta/Maintenance#Change_lost_admin_passwordFabian

>>> Josep Maria Brunetti <jo...@gmail.com> 08.10.2014 09:54 >>>
Hi Fabian,

Thank you for the answer. I was able to change the security profile as
you said, but I can't change the password for admin. When I try to
change it I am asked for the username and password again. I think that's
beacuse I'm accessing the server not from localhost. How did you change
it?

Thank you,


-- 
Josep Maria Brunetti Fernández
Escola Politècnica Superior (EPS) - Universitat de Lleida 
C\ Jaume II 69, 25001 Lleida



On Tue, Oct 7, 2014 at 10:05 PM, Fabian Cretton
<Fa...@hevs.ch> wrote:


Hi,
The team will certainly answer you with the correct answer.
Anyway, I had the same problem. So I did come back with no security to
access the users page (editing the settings file 
$MARMOTTA_HOME/system-config.properties), then I did set the password
for admin to "pass123", then change the security and it worked. So in my
case, I don't know what the 'default' password was.
Fabian

>>> Josep Maria Brunetti <jo...@gmail.com> 07.10.2014 18:07 >>>
Hi all, 

I have deployed marmotta in a server and changed the security profile
to "standard" to allow write access. However, now I can't login with
admin/pass123 as it says. Isn't it the default username and password? Am
I doing something wrong?

Thank you in advance. 

Best,


-- 
Josep Maria Brunetti Fernández
Escola Politècnica Superior (EPS) - Universitat de Lleida 
C\ Jaume II 69, 25001 Lleida



Re: Rép. : Marmotta default username and password

Posted by Josep Maria Brunetti <jo...@gmail.com>.
Hi Fabian,

Thank you for the answer. I was able to change the security profile as you
said, but I can't change the password for admin. When I try to change it I
am asked for the username and password again. I think that's beacuse I'm
accessing the server not from localhost. How did you change it?

Thank you,


-- 
Josep Maria Brunetti Fernández
Escola Politècnica Superior (EPS) - Universitat de Lleida
C\ Jaume II 69, 25001 Lleida



On Tue, Oct 7, 2014 at 10:05 PM, Fabian Cretton <Fa...@hevs.ch>
wrote:

>  Hi,
>
> The team will certainly answer you with the correct answer.
>
> Anyway, I had the same problem. So I did come back with no security to
> access the users page (editing the settings file
>
> $MARMOTTA_HOME/system-config.properties), then I did set the password for
> admin to "pass123", then change the security and it worked. So in my case,
> I don't know what the 'default' password was.
>
> Fabian
>
> >>> Josep Maria Brunetti <jo...@gmail.com> 07.10.2014 18:07 >>>
> Hi all,
>
> I have deployed marmotta in a server and changed the security profile to
> "standard" to allow write access. However, now I can't login with
> admin/pass123 as it says. Isn't it the default username and password? Am I
> doing something wrong?
>
> Thank you in advance.
>
> Best,
>
> --
> Josep Maria Brunetti Fernández
> Escola Politècnica Superior (EPS) - Universitat de Lleida
> C\ Jaume II 69, 25001 Lleida
>