Re: [Ledger-smb-devel] Importing a user: reset password or not?

2016-02-08 Thread Erik Huelsmann
Thanks for the confirmation. I'm changing code in the vicinity, so no need to change things from your side, but if you have some time to spare, working on being able to open a database connection without AutoCommit in LedgerSMB::DBAdmin::Util::Database would definitely help me get a better feeling

Re: [Ledger-smb-devel] Importing a user: reset password or not?

2016-02-08 Thread Chris Travers
Yeah that is wrong. Quick fix I can commit tomorrow. On Mon, Feb 8, 2016 at 10:43 AM, Erik Huelsmann wrote: > Hi all, > > > Currently we reset the password of users which get imported. My immediate > reaction was that this is wrong. However, maybe it isn't? Is this behaviour > intended? > > Reg

[Ledger-smb-devel] Importing a user: reset password or not?

2016-02-08 Thread Erik Huelsmann
Hi all, Currently we reset the password of users which get imported. My immediate reaction was that this is wrong. However, maybe it isn't? Is this behaviour intended? Regards, -- Bye, Erik. http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in. ---

[Ledger-smb-devel] LWP tests not running on Travis? (And other test questions)

2016-02-08 Thread Erik Huelsmann
Hi all, In our repository, there's a set of tests by the name of LWP tests. Currently, these tests aren't running on Travis. Presumably they're not enabled because we didn't have a server to test against. Now that I have implemented browser-based tests (the so-called "BDD tests"), we have all th