Re: Password admin UI

2020-12-17 Thread Karl Wright
There's no issue I know of, provided that the API rework a couple of years
ago didn't break something.

So I would create a ticket and we'll see if someone can look at it.

Karl


On Thu, Dec 17, 2020 at 8:47 AM  wrote:

> I should mention that I used the obfuscation method provided by
> org.apache.manifoldcf.core.system.ManifoldCF.obfuscate(String) and set the
> obfuscated password in the org.apache.manifoldcf.login.password.obfuscated
> and org.apache.manifoldcf.apilogin.password.obfuscated properties of the
> properties.xml file
>
>
>
> I can also guarantee you that I used UTF-8 encoding to provide the
> password to the obfuscate method and that testing the deobfuscate method
> provides the right password with UTF-8 chars
>
>
>
> Julien
>
>
>
> *De :* Karl Wright 
> *Envoyé :* mercredi 16 décembre 2020 19:40
> *À :* user@manifoldcf.apache.org
> *Objet :* Re: Password admin UI
>
>
>
> Hi Julien,
> The properties file is read as utf-8, so as long as you make sure that the
> encoding in your editor is utf-8, it should work.
>
> Many editors default to the Microsoft code page so use something like
> scite or emacs.
>
>
> Karl
>
>
>
> On Wed, Dec 16, 2020 at 12:31 PM  wrote:
>
> Hi,
>
>
>
> I tried different type of password for the admin UI and it appears that
> passwords containing accentuated characters or special characters do not
> work. Is it “normal” or not ?
>
>
>
> Regards,
>
> Julien
>
>
>
>


RE: Password admin UI

2020-12-17 Thread julien.massiera
I should mention that I used the obfuscation method provided by 
org.apache.manifoldcf.core.system.ManifoldCF.obfuscate(String) and set the 
obfuscated password in the org.apache.manifoldcf.login.password.obfuscated and 
org.apache.manifoldcf.apilogin.password.obfuscated properties of the 
properties.xml file 

 

I can also guarantee you that I used UTF-8 encoding to provide the password to 
the obfuscate method and that testing the deobfuscate method provides the right 
password with UTF-8 chars

 

Julien

 

De : Karl Wright  
Envoyé : mercredi 16 décembre 2020 19:40
À : user@manifoldcf.apache.org
Objet : Re: Password admin UI

 

Hi Julien,
The properties file is read as utf-8, so as long as you make sure that the 
encoding in your editor is utf-8, it should work.

Many editors default to the Microsoft code page so use something like scite or 
emacs.


Karl

 

On Wed, Dec 16, 2020 at 12:31 PM mailto:julien.massi...@francelabs.com> > wrote:

Hi,

 

I tried different type of password for the admin UI and it appears that 
passwords containing accentuated characters or special characters do not work. 
Is it “normal” or not ? 

 

Regards,

Julien 

 



Re: Password admin UI

2020-12-16 Thread Karl Wright
Hi Julien,
The properties file is read as utf-8, so as long as you make sure that the
encoding in your editor is utf-8, it should work.

Many editors default to the Microsoft code page so use something like scite
or emacs.

Karl

On Wed, Dec 16, 2020 at 12:31 PM  wrote:

> Hi,
>
>
>
> I tried different type of password for the admin UI and it appears that
> passwords containing accentuated characters or special characters do not
> work. Is it “normal” or not ?
>
>
>
> Regards,
>
> Julien
>
>
>


Password admin UI

2020-12-16 Thread julien.massiera
Hi,

 

I tried different type of password for the admin UI and it appears that
passwords containing accentuated characters or special characters do not
work. Is it "normal" or not ? 

 

Regards,

Julien