Howard Lowndes

Results 26 comments of Howard Lowndes

Create User in setup.pl On Sun, 10 Dec 2023, 20:57 Erik Huelsmann, ***@***.***> wrote: > When creating a new user the system prompt for a mandatoy Date of Birth. >...

It doesn't comply with the ISO standard which is YYYYMMDD. On Tue, 26 Dec 2023, 06:45 Erik Huelsmann, ***@***.***> wrote: > Although I understand why this would be perceived to...

I agree, both YYYYMMDD and YYYY-MM-DD are ISO, but not m/d/yyyy, which is the US format, and is what setup.pl calls for. On Tue, 26 Dec 2023 at 20:19, Erik...

I'll check that out On Tue, 26 Dec 2023, 22:03 Erik Huelsmann, ***@***.***> wrote: > Ok. Even though I create new companies while manually testing the software > about a...

My system locale is English(Australian) as it is in Chromium also. On Wed, 27 Dec 2023 at 04:45, Howard Lowndes ***@***.***> wrote: > I'll check that out > > On...

lsmb_dbadmin On Sun, 7 Jan 2024, 23:02 Erik Huelsmann, ***@***.***> wrote: > Are you logged into setup.pl with a superuser (e.g. 'postgres') or > another user (maybe a database owner)?...

Away from KB for a few hours

setup.pl will not allow me to login as postgres - blocked by pq_hba.conf ``` local all postgres peer local all all peer host all postgres 127.0.0.1/32 reject host all postgres...

The problem might be around here 444 if ($request->{backup} eq 'roles') { **445 $backupfile = $database->backup_globals;** 446 $backuptype = 'roles'; 447 $mimetype = 'text/x-sql'; 448 }

So, what you are saying, if I read you correctly, is, the button is there but it deliberately doesn't work. So, why is it there? I Know that in an...