Hi,

On Fri, Nov 25, 2011 at 4:26 PM, metin d <[email protected]> wrote:

> Carbon version is 3.2.2 and
>
> database is user database which is configured in user-mgt.xml and table
> is UM_USER and filed is UM_USER_PASSWORD
>

In carbon 3.2.2, default user store is embedded-ldap and the users are
created there by default.

According to your description, I assume that you changed the configuration
in user-mgt.xml to point to JDBC based user sore.

In that case, digested password, according to the password digest function
provided in user-mgt.xml (SHA-256 by default) is stored in
UM_USER_PASSWORDfield of
UM_USER table.

Can you please make sure that you checked in the same database that you
have pointed from the user-mgt.xml as well?

Thanks,
Hasini.


> What I am trying to do is to use users in wso2 table so I should able to
> create hashed password from plain password.
>
>   ------------------------------
> *From:* Prabath Siriwardena <[email protected]>
> *To:* metin d <[email protected]>; [email protected]
> *Sent:* Friday, November 25, 2011 11:25 AM
>
> *Subject:* Re: [Carbon-dev] What is the type of the password used in
> carbon products? md5, sha1 etc ?
>
>
>
> On Fri, Nov 25, 2011 at 2:38 PM, Prabath Siriwardena <[email protected]>wrote:
>
> What is the carbon version you are using..?
>
>
> Also which database you checked it..?
>
> Thanks & regards,
> -Prabath
>
>
>
> Thanks & regards,
> -Prabath
>
> On Fri, Nov 25, 2011 at 2:27 PM, metin d <[email protected]> wrote:
>
>  It says SHA-256, but is doesn't create SHA-256 encoded passwords in
> database, I checked it from here and in other places.
>
> http://www.technipixel.com/webapps/hashencoder.htm
>
>   ------------------------------
> *From:* metin d <[email protected]>
> *To:* "[email protected]" <[email protected]>
> *Sent:* Friday, November 25, 2011 9:53 AM
> *Subject:* Re: [Carbon-dev] What is the type of the password used in
> carbon products? md5, sha1 etc ?
>
> Found it under user-mgt.sml
>
>             <Property name="PasswordDigest">SHA-256</Property>
>
>   ------------------------------
> *From:* metin d <[email protected]>
> *To:* "[email protected]" <[email protected]>
> *Sent:* Friday, November 25, 2011 9:17 AM
> *Subject:* [Carbon-dev] What is the type of the password used in carbon
> products? md5, sha1 etc ?
>
> What is the type of the password used in carbon products? md5,sha1 etc ?
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
>
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
>
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to