Hi
i have installed this module but i couldn't find the space for setting my privare key and encryption algorithm.
i hope if there there were a Readme file it will solve the problem. for the time being may i have the help please..

Comments

BoogieBug’s picture

Not quite sure what is the security key you mentioned. If you means the one that the module uses to encrypt the password, it was generated randomly by the installation code (hook_install in openerp.install) based on the time you install the module.

If you wish to alter the key yourself, please put the MD5 hash of your key into the Drupal's vairable table. It should be placed in the row with the name of 'openerp.key' with the format like ' s:32:"your MD5 hash"'.

BoogieBug’s picture

Assigned: Unassigned » BoogieBug
Status: Active » Needs review

I've assigned the issue to myself. If you have any further questions about this topic, please feel free to post it here.

lipinponmala007’s picture

thanks for your replay. i was talking about the key that is generated by the installer.ok now it is clear

BoogieBug’s picture

Status: Needs review » Closed (fixed)