Re: [Owncloud] one-time password support/account generation by script?

2013-08-20 Thread Derek Broes
...@kde.org] On Behalf Of Thomas Gries Sent: Tuesday, August 20, 2013 1:11 AM To: owncloud@kde.org Cc: Chris Subject: Re: [Owncloud] one-time password support/account generation by script? MediaWiki has all the code (create account by mail, password creation, tokens) you need in oc. It is safe, secure, code

Re: [Owncloud] one-time password support/account generation by script?

2013-08-20 Thread Stefan Vollmar
Hello, our OwnCloud installation now uses the current release and the MySQL option. We have looked at the table structures and believe that we can deduce what inserts are necessary to create accounts for new users (in addition to creating a suitable data directory). While it is reassuring to kn

Re: [Owncloud] one-time password support/account generation by script?

2013-08-20 Thread Pellaeon Lin
Hi, I have a work-in-progress registration system, https://github.com/NCTU-NBA/core/compare/registration Basic things like registering should work, but I haven't done any testing yet. Best regards, Pellaeon Lin 2013/8/20 Stefan Vollmar > Dear Thomas, > > On 20.08.2013, at 10:10, Thomas Gries

Re: [Owncloud] one-time password support/account generation by script?

2013-08-20 Thread Stefan Vollmar
Dear Thomas, On 20.08.2013, at 10:10, Thomas Gries wrote: > MediaWiki has all the code (create account by mail, password creation, > tokens) you need in oc. It is safe, secure, code-reviewed. > No need to reinvent the wheel. thanks - sorry if this should be obvious: I will certainly look it up b

Re: [Owncloud] one-time password support/account generation by script?

2013-08-20 Thread Thomas Gries
MediaWiki has all the code (create account by mail, password creation, tokens) you need in oc. It is safe, secure, code-reviewed. No need to reinvent the wheel. Am 19.08.2013 15:55, schrieb Chris: > Hi Stefan, > >> This is helpful but not exactly what I was looking for. > i'm not sure but i think

Re: [Owncloud] one-time password support/account generation by script?

2013-08-19 Thread Stefan Vollmar
Dear Chris, On 19.08.2013, at 15:55, Chris wrote: > https://github.com/owncloud/core/issues/4311#issuecomment-22080871 > > is exactly what your looking for? Maybe someone will pick off this idea > and will implement it in one of the next OC versions. You are right - but it has not been implemen

Re: [Owncloud] one-time password support/account generation by script?

2013-08-19 Thread Chris
Hi Stefan, > This is helpful but not exactly what I was looking for. i'm not sure but i think the comment in issue 4311: https://github.com/owncloud/core/issues/4311#issuecomment-22080871 is exactly what your looking for? Maybe someone will pick off this idea and will implement it in one of the

Re: [Owncloud] one-time password support/account generation by script?

2013-08-19 Thread Stefan Vollmar
Dear Chris, On 19.08.2013, at 14:27, Chris wrote: > some discussions about the initial password is ongoing at the bugtracker: > > https://github.com/owncloud/core/issues/4311 > https://github.com/owncloud/core/issues/4451 thanks for the pointers and I applaud the new mechanism that measures pa

Re: [Owncloud] one-time password support/account generation by script?

2013-08-19 Thread Chris
Hi, some discussions about the initial password is ongoing at the bugtracker: https://github.com/owncloud/core/issues/4311 https://github.com/owncloud/core/issues/4451 -- View this message in context: http://owncloud.10557.n7.nabble.com/one-time-password-support-account-generation-by-script-t

[Owncloud] one-time password support/account generation by script?

2013-08-19 Thread Stefan Vollmar
Hello, I am new to this list. We are currently evaluating the current OpenSource version of ownCloud at our institute and would like to congratulate all developers on a great piece of software - thank you! Installation on a Ubuntu VM worked beautifully and the first impression is excellent. I