diff --git a/root/etc/e-smith/db/configuration/migrate/mozilla-sync-database b/root/etc/e-smith/db/configuration/migrate/mozilla-sync-database index 4f57025..3681af8 100644 --- a/root/etc/e-smith/db/configuration/migrate/mozilla-sync-database +++ b/root/etc/e-smith/db/configuration/migrate/mozilla-sync-database @@ -3,7 +3,7 @@ || $DB->new_record('mozilla-sync', {type => 'service'}); my $pw = $rec->prop('DbPassword'); if (not $pw){ - $pw=`/usr/bin/openssl rand -base64 15 | tr -c -d '[:graph:]'`; + $pw=`/usr/bin/openssl rand -base64 40 | tr -c -d '[:alpha:]'`; $rec->set_prop('DbPassword', $pw); } }