We can help you read and validate Joomla passwords (you need a custom 
validator instead of CRYPT) but we do not know how:
$P$DryHu7D3LgdPOK//FPvuVMcMR13HgU1
was generated. What algorithm?
It does not appear to be compatible with what the docs 
say: http://stackoverflow.com/questions/10428126/joomla-password-encryption

In the case of web2py:
pbkdf2(1000,20,sha512)$a76b573005c73906$01f33be064bd2a283350206fd29355f9fa2b30fe

pbkdf2(1000,20,sha512) is the algorithm
a76b573005c73906 is the salt
01f33be064bd2a283350206fd29355f9fa2b30fe is the hashed password+salt.


On Friday, 30 May 2014 09:22:40 UTC-5, farmy zdrowia wrote:
>
> Hello,
> I'm trying to integrate web2py users to be stored in joomla  "_users" 
> database instead of auth_user. I can see joomla and web2py use different 
> algorithm do code/decode passwords.
> Joomla password looks like:
>   $P$DryHu7D3LgdPOK//FPvuVMcMR13HgU1
> , while web2py
>   
> pbkdf2(1000,20,sha512)$a76b573005c73906$01f33be064bd2a283350206fd29355f9fa2b30fe
>
> I'd like to change web2py default algorithm to code/decode passwords to be 
> similar to joomla simply to have common users database.
> Could you help a bit and guide me where this function is located and how 
> to change it?
>
>  
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to