Hi,

Am 19.04.2011 um 12:29 schrieb Comune di Cossato - Andrea Ferraris:
> I toke the Linux ones and put them in SOgo with psql like that:
> 
> INSERT INTO sogo_view VALUES ('alice', 'alice', 'linux-md5-password',
> 'Alice Thompson', 'alice-PV5Ro7/[email protected]');

Read: http://www.postgresql.org/docs/current/static/functions-string.html

And try:
INSERT INTO sogo_view VALUES ('alice', 'alice', md5('linux-password-for_md5'),
'Alice Thompson', 'alice-PV5Ro7/[email protected]');

OR:

-- Gives you the md5 hash
SELECT md5('linux-password-for_md5');


Runs in a same way with MySQL.

Bye,
  Martin-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to