On Mon, Feb 24, 2014 at 6:43 PM, o1bigtenor <o1bigte...@gmail.com> wrote:

> Greetings
>
> I am trying to have a second incidence of ledgersmb running so that I can
> enter information into either of two ledgers as needed.
>
> Ran through the localhost/ledgersmb/setup.pl workflow to develop a user
> (same as on first database) and imported the information into the setup of
> the second database. When I tried to log into this second edition I get a
> message box that says:
>
> The server http://localhost:80 requires a username and password. The
> server says: LedgerSMB.
>

I am not quite sure what you are doing here.  Is this happening on the
login screen or the setup.pl?

Also when you entered the second user did you set a password (not required
when importing)?

>
> How do I find that particular username and password if I have already
> entered it or how do I get around this screen?
>

This screen should come up only if the username/password provided is
incorrect.  If it is incorrect, you can use psql to reset it.  Log in with
psql (any database) and do something like:

ALTER USER "myusername" WITH PASSWORD 'temporary_password' VALID UNTIL
'tomorrow';

Then when you log in with myusername and temporary_password, you will be
prompted to change the password.

As I think about it we should probably add password resets to the
setup.plas well.

Best Wishes,
Chris Travers

>
>
> Thanking in advance those that are offering their assistance.
>
> Darald Bantel
>
>
>
>
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> Ledger-smb-users mailing list
> Ledger-smb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
>
>


-- 
Best Wishes,
Chris Travers

Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor
lock-in.
http://www.efficito.com/learn_more
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to