username/password

Is it possible store in Tamino password in Md5 format (e.g.coming from a login page)?
I have think something like this:
i take username and passwd from an html form and i make md5(passwd) and then i try to mach this password with the one stored in tamino for authorization-schema?
Can i?

Regards.

@nto

… where do you see the tamino relevant problem?
packed in propper xml tags, yes, you can store, query for and retrieve md5 strings.

andreas f.

I’m a beginneer in tamino and in xml, can you be more clear?
Where i can found documentation about?
Thanks in advance.

@nto

from what i can make out of your question, you could easily generate the following document:


joe
kX51blUb


and run a query such as:

/user[username=“joe”]

or

/user[username~=“joe”]/m5password

best regards,
andreas f.

Many thanks Afroe, it’s what i’m looking for.

@nto