c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12603
[Bug 702795] Re: [6.0 RC 2] User Preferences Error after installing base_crypt
Hello,
There were several issues with password change in RC2, especially when using the web client.
They have all been fixed since then, and changing the password is now done in a separate dialog.
This works fine too after installing base_crypt.
Please update to the latest version to benefit from these changes.
Thanks
** Changed in: openobject-client
Status: New => Invalid
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/702795
Title:
[6.0 RC 2] User Preferences Error after installing base_crypt
Status in OpenObject GTK Client:
Invalid
Bug description:
After installing the base_crypt module, I receive this error message
whenever I click on the 'OK' button in Preferences:
Environment Information :
System : Linux-2.6.32-26-generic-x86_64-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-26-generic
Operating System Version : #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010
Operating System Architecture : 64bit
Operating System Locale : en_PH.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc2
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/web_services.py", line 595, in dispatch
security.check(db,uid,passwd)
File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/service/security.py", line 45, in check
return user_obj.check(db, uid, passwd)
File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 222, in check
(int(uid), encrypt_md5(passwd, salt)))
File "/home/fs3-billy/Downloads/openerp-server-6.0.0-rc2/bin/addons/base_crypt/crypt.py", line 72, in encrypt_md5
hash = md5.new( raw_pw + magic + salt )
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
References