Re: Password encryption
"Andrew Higgs" <[email protected]> Fri, 10 Oct 2008 13:49:04 +0200
| Newsgroups | gmane.comp.cms.opengroupware.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Bernard, Thanks. This would appear to be the way to do it. I will give it a try. Regards On Thu, Oct 9, 2008 at 12:50 PM, <[email protected]> wrote: > Hi Andrew, > > I believe it is a standard unix crypt function that is encrypting the > passwords. I just checked on my installation and there is this file: > /usr/local/bin/ogo-account-add. I expect that will encrypt the passwords > for you (so no need for SQL). Hopefully someone else will jump in if I'm > off the mark and this program is deprecated. > > Usage: sky_add_account [OPTIONS]... > This tool creates a new OGo account. > Arguments: > -h, --help display this help > --version output version information > -v, --verbose enter verbose mode > -l login name > -p password > -login account login > -firstname ccount first name > -lastname account last name > -nickname nickname > -email1 email1 (aka email1) > -email2 email2 (aka email2) > -email3 email3 (aka email3) > -phone account phone > -mobile account mobile phone > -fax account fax number > -title account title > -password password (cleartext string) > > Bernard > > <[email protected]>