Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Xiaolou Huang
Hi Paul,

I will definitely try this, I do need some practice on Linux. By the way, I 
have successfully installed ofbiz in macOSX.

Lor

> On Feb 27, 2018, at 1:49 PM, Paul Mandeltort  wrote:
> 
> Your life may be a lot easier if you use a virtual machine and stick with a 
> linux host for ofbiz.  Also if you ever go to production with it you’ll have 
> a much easier time. 
> 
> Vagrant is probably the easiest on the dev side. I started playing with this 
> but ran out of time. 
> 
> Nice part about vagrant workflows is it makes it super-easy to move between 
> development platforms. 
> 
> I haven’t personally used the linked build below, but at first glance it 
> looks like enough to get you going:
> 
> https://github.com/agcilantro/ofbiz 
> https://app.vagrantup.com/agcilantro/boxes/ofbiz 
> 
> 
> —P 
> 
> 
>> On Feb 27, 2018, at 13:46, Michael Brohl  wrote:
>> 
>> That is the latest revision, this should be ok. Please use Java 1.8 like 
>> Taher suggested and see if this works.
>> 
>> Regards,
>> Michael
>> 
>> 
>> 
>>> Am 27.02.2018 um 20:34 schrieb Xiaolou Huang :
>>> 
>>> Hi Michael,
>>> Yes, I did. The first time, it showed up tons of file in the command, and 
>>> here is the second time:
>>> 
>>> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co 
>>> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
>>> Checked out revision 1825494.
>>> 
>>> Sincerely,
>>> Lor
>>> 
 On Feb 27, 2018, at 12:18 PM, Michael Brohl  
 wrote:
 
 Have you already checked out OFBiz from svn after installing Subversion?
 
 Regards,
 Michael 
 
> Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
> 
> Hi all,
> 
> My name is Xiaolou Huang, you can call me Lor, I am a Computer Science 
> major rising junior at Arizona State University. I have a problem about 
> install Ofbiz on both macOSX and windows7, I would like to solve problem 
> on mac first, since I am using macOS much often.
> 
> I have updated my java version:
> java version "9.0.4"
> Java(TM) SE Runtime Environment (build 9.0.4+11)
> Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
> 
> I read something said you need install Subversion, I used Homebrew, here 
> is what I did:
> XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
> --with-gpg-agent
> Build with support for GPG Agent
> --with-java
> Build Java bindings
> --with-python
> Build with python support
> --without-perl
> Build without Perl bindings
> --without-ruby
> Build without Ruby bindings
> 
> XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
> Updating Homebrew...
> 
> After Homebrew finished updating, I tried it again, still nothing showed 
> up:
> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
> loadDefault
> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
> 
> I have watched some videos on Youtube, none of them are very helpful, 
> does anyone know what's happening here?
> 
> Sincerely,
> Lor
>>> 
>> 
> 



Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Xiaolou Huang
Thank you, Michael, it installed successfully when I downgrade JDK to 1.8

Sincerely,
Lor



> On Feb 27, 2018, at 12:46 PM, Michael Brohl  wrote:
> 
> That is the latest revision, this should be ok. Please use Java 1.8 like 
> Taher suggested and see if this works.
> 
> Regards,
> Michael
> 
> 
> 
>> Am 27.02.2018 um 20:34 schrieb Xiaolou Huang :
>> 
>> Hi Michael,
>> Yes, I did. The first time, it showed up tons of file in the command, and 
>> here is the second time:
>> 
>> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co 
>> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
>> Checked out revision 1825494.
>> 
>> Sincerely,
>> Lor
>> 
>>> On Feb 27, 2018, at 12:18 PM, Michael Brohl  
>>> wrote:
>>> 
>>> Have you already checked out OFBiz from svn after installing Subversion?
>>> 
>>> Regards,
>>> Michael 
>>> 
 Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
 
 Hi all,
 
 My name is Xiaolou Huang, you can call me Lor, I am a Computer Science 
 major rising junior at Arizona State University. I have a problem about 
 install Ofbiz on both macOSX and windows7, I would like to solve problem 
 on mac first, since I am using macOS much often.
 
 I have updated my java version:
 java version "9.0.4"
 Java(TM) SE Runtime Environment (build 9.0.4+11)
 Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
 
 I read something said you need install Subversion, I used Homebrew, here 
 is what I did:
 XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
 --with-gpg-agent
 Build with support for GPG Agent
 --with-java
 Build Java bindings
 --with-python
 Build with python support
 --without-perl
 Build without Perl bindings
 --without-ruby
 Build without Ruby bindings
 
 XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
 Updating Homebrew...
 
 After Homebrew finished updating, I tried it again, still nothing showed 
 up:
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
 loadDefault
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
 
 I have watched some videos on Youtube, none of them are very helpful, does 
 anyone know what's happening here?
 
 Sincerely,
 Lor
>> 
> 



Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Paul Mandeltort
Your life may be a lot easier if you use a virtual machine and stick with a 
linux host for ofbiz.  Also if you ever go to production with it you’ll have a 
much easier time. 

Vagrant is probably the easiest on the dev side. I started playing with this 
but ran out of time. 

Nice part about vagrant workflows is it makes it super-easy to move between 
development platforms. 

I haven’t personally used the linked build below, but at first glance it looks 
like enough to get you going:

https://github.com/agcilantro/ofbiz 
https://app.vagrantup.com/agcilantro/boxes/ofbiz 


—P 


> On Feb 27, 2018, at 13:46, Michael Brohl  wrote:
> 
> That is the latest revision, this should be ok. Please use Java 1.8 like 
> Taher suggested and see if this works.
> 
> Regards,
> Michael
> 
> 
> 
>> Am 27.02.2018 um 20:34 schrieb Xiaolou Huang :
>> 
>> Hi Michael,
>> Yes, I did. The first time, it showed up tons of file in the command, and 
>> here is the second time:
>> 
>> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co 
>> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
>> Checked out revision 1825494.
>> 
>> Sincerely,
>> Lor
>> 
>>> On Feb 27, 2018, at 12:18 PM, Michael Brohl  
>>> wrote:
>>> 
>>> Have you already checked out OFBiz from svn after installing Subversion?
>>> 
>>> Regards,
>>> Michael 
>>> 
 Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
 
 Hi all,
 
 My name is Xiaolou Huang, you can call me Lor, I am a Computer Science 
 major rising junior at Arizona State University. I have a problem about 
 install Ofbiz on both macOSX and windows7, I would like to solve problem 
 on mac first, since I am using macOS much often.
 
 I have updated my java version:
 java version "9.0.4"
 Java(TM) SE Runtime Environment (build 9.0.4+11)
 Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
 
 I read something said you need install Subversion, I used Homebrew, here 
 is what I did:
 XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
 --with-gpg-agent
 Build with support for GPG Agent
 --with-java
 Build Java bindings
 --with-python
 Build with python support
 --without-perl
 Build without Perl bindings
 --without-ruby
 Build without Ruby bindings
 
 XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
 Updating Homebrew...
 
 After Homebrew finished updating, I tried it again, still nothing showed 
 up:
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
 loadDefault
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
 XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
 
 I have watched some videos on Youtube, none of them are very helpful, does 
 anyone know what's happening here?
 
 Sincerely,
 Lor
>> 
> 



Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Michael Brohl
That is the latest revision, this should be ok. Please use Java 1.8 like Taher 
suggested and see if this works.

Regards,
Michael



> Am 27.02.2018 um 20:34 schrieb Xiaolou Huang :
> 
> Hi Michael,
> Yes, I did. The first time, it showed up tons of file in the command, and 
> here is the second time:
> 
> XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
> Checked out revision 1825494.
> 
> Sincerely,
> Lor
> 
>> On Feb 27, 2018, at 12:18 PM, Michael Brohl  wrote:
>> 
>> Have you already checked out OFBiz from svn after installing Subversion?
>> 
>> Regards,
>> Michael 
>> 
>>> Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
>>> 
>>> Hi all,
>>> 
>>> My name is Xiaolou Huang, you can call me Lor, I am a Computer Science 
>>> major rising junior at Arizona State University. I have a problem about 
>>> install Ofbiz on both macOSX and windows7, I would like to solve problem on 
>>> mac first, since I am using macOS much often.
>>> 
>>> I have updated my java version:
>>>  java version "9.0.4"
>>>  Java(TM) SE Runtime Environment (build 9.0.4+11)
>>>  Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
>>> 
>>> I read something said you need install Subversion, I used Homebrew, here is 
>>> what I did:
>>>  XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
>>>  --with-gpg-agent
>>>  Build with support for GPG Agent
>>>  --with-java
>>>  Build Java bindings
>>>  --with-python
>>>  Build with python support
>>>  --without-perl
>>>  Build without Perl bindings
>>> --without-ruby
>>>  Build without Ruby bindings
>>> 
>>>  XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
>>>  Updating Homebrew...
>>> 
>>> After Homebrew finished updating, I tried it again, still nothing showed up:
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
>>> loadDefault
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
>>> 
>>> I have watched some videos on Youtube, none of them are very helpful, does 
>>> anyone know what's happening here?
>>> 
>>> Sincerely,
>>> Lor
> 



Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Xiaolou Huang
Hi Michael,
Yes, I did. The first time, it showed up tons of file in the command, and here 
is the second time:

XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework
Checked out revision 1825494.

Sincerely,
Lor

> On Feb 27, 2018, at 12:18 PM, Michael Brohl  wrote:
> 
> Have you already checked out OFBiz from svn after installing Subversion?
> 
> Regards,
> Michael 
> 
>> Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
>> 
>> Hi all,
>> 
>> My name is Xiaolou Huang, you can call me Lor, I am a Computer Science major 
>> rising junior at Arizona State University. I have a problem about install 
>> Ofbiz on both macOSX and windows7, I would like to solve problem on mac 
>> first, since I am using macOS much often.
>> 
>> I have updated my java version:
>>   java version "9.0.4"
>>   Java(TM) SE Runtime Environment (build 9.0.4+11)
>>   Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
>> 
>> I read something said you need install Subversion, I used Homebrew, here is 
>> what I did:
>>   XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
>>   --with-gpg-agent
>>   Build with support for GPG Agent
>>   --with-java
>>   Build Java bindings
>>   --with-python
>>   Build with python support
>>   --without-perl
>>   Build without Perl bindings
>>  --without-ruby
>>   Build without Ruby bindings
>> 
>>   XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
>>   Updating Homebrew...
>> 
>> After Homebrew finished updating, I tried it again, still nothing showed up:
>>   XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
>> loadDefault
>>   XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
>>   XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
>> 
>> I have watched some videos on Youtube, none of them are very helpful, does 
>> anyone know what's happening here?
>> 
>> Sincerely,
>> Lor



Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Michael Brohl
Have you already checked out OFBiz from svn after installing Subversion?

Regards,
Michael 

> Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com:
> 
> Hi all,
> 
> My name is Xiaolou Huang, you can call me Lor, I am a Computer Science major 
> rising junior at Arizona State University. I have a problem about install 
> Ofbiz on both macOSX and windows7, I would like to solve problem on mac 
> first, since I am using macOS much often.
> 
> I have updated my java version:
>java version "9.0.4"
>Java(TM) SE Runtime Environment (build 9.0.4+11)
>Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
> 
> I read something said you need install Subversion, I used Homebrew, here is 
> what I did:
>XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
>--with-gpg-agent
>Build with support for GPG Agent
>--with-java
>Build Java bindings
>--with-python
>Build with python support
>--without-perl
>Build without Perl bindings
>   --without-ruby
>Build without Ruby bindings
> 
>XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
>Updating Homebrew...
> 
> After Homebrew finished updating, I tried it again, still nothing showed up:
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
> loadDefault
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
> 
> I have watched some videos on Youtube, none of them are very helpful, does 
> anyone know what's happening here?
> 
> Sincerely,
> Lor


Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Taher Alkhateeb
First thing I would advise is to downgrade to java 8 and make sure
$JAVA_HOME is correctly set.

On Feb 27, 2018 8:39 PM, "xiaolou.hu...@gmail.com" 
wrote:

Hi all,

My name is Xiaolou Huang, you can call me Lor, I am a Computer Science
major rising junior at Arizona State University. I have a problem about
install Ofbiz on both macOSX and windows7, I would like to solve problem on
mac first, since I am using macOS much often.

I have updated my java version:
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)

I read something said you need install Subversion, I used Homebrew, here is
what I did:
XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
--with-gpg-agent
Build with support for GPG Agent
--with-java
Build Java bindings
--with-python
Build with python support
--without-perl
Build without Perl bindings
   --without-ruby
Build without Ruby bindings

XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
Updating Homebrew...

After Homebrew finished updating, I tried it again, still nothing showed up:
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll
loadDefault
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$

I have watched some videos on Youtube, none of them are very helpful, does
anyone know what's happening here?

Sincerely,
Lor


Installing Ofbiz problem on Mac

2018-02-27 Thread xiaolou . huang
Hi all,

My name is Xiaolou Huang, you can call me Lor, I am a Computer Science major 
rising junior at Arizona State University. I have a problem about install Ofbiz 
on both macOSX and windows7, I would like to solve problem on mac first, since 
I am using macOS much often.

I have updated my java version:
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)

I read something said you need install Subversion, I used Homebrew, here is 
what I did:
XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
--with-gpg-agent
Build with support for GPG Agent
--with-java
Build Java bindings
--with-python
Build with python support
--without-perl
Build without Perl bindings
   --without-ruby
Build without Ruby bindings

XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
Updating Homebrew...

After Homebrew finished updating, I tried it again, still nothing showed up:
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
loadDefault
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 

I have watched some videos on Youtube, none of them are very helpful, does 
anyone know what's happening here?

Sincerely,
Lor


Re: improve workflow for request of password loss

2018-02-27 Thread Michael Brohl

Thanks Pierre,

I think we already have a Jira [1] for this and there are ongoing 
efforts to change this.


Please check if you like to add your proposal to the issue.

Thanks,

Michael Brohl
ecomify GmbH
www.ecomify.de


[1] https://issues.apache.org/jira/browse/OFBIZ-4361


Am 27.02.18 um 15:46 schrieb pierre.gaudin:
I would like to make an evolution in the management of the request of 
password loss.


At present the stages are the following ones:
  1 - Request of loss of password (by the user)
  2 - Change of password by a temporary one (by the system)
  3 - Send of an e-mail with a link to define a new password (by the 
system)

  4 - Set the new password (by the user)
  5 - Recording of the new password (by the system)

This workflow is problematic because the change of password is made as 
soon as the person confirms the change of password (stage 2). It is 
possible that the person who makes the change of password is not the 
person associated with the account.


Here is a proposal of modification of the workflow
  1 - Request of loss of password (by the user)
  2 - Recording of a request of lost of password associated with the 
login (by the system)
  3 - Send of an e-mail to confirm the request of change of password 
with a link containing the reference of the request to change of 
password (by the system)
  4 - Connection of the user to the form to change the password and 
seized with a new password (by the user)

  5 - Check that the login and the request are associated
  6 - Recording of the new password (by the system)

What do you think about this change?


Pierre






smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SKYPE CALL] Confirmation of Date and Time for Documentation Call

2018-02-27 Thread Sharan Foga
Hi All

Huge thanks very much to everyone who participated in the Skype call today. 
It's great to meet new people in the community wanting to help out and 
contribute.
 
I'll write up the notes from the meeting and  post them here and on the wiki.

Thanks
Sharan

On 2018/02/27 11:30:18, Taher Alkhateeb  wrote: 
> Hi Sharan,
> 
> On my part, the agenda of items i'd like to discuss includes:
> - an overview and orientation of the documentation framework
> - some guidelines and recommendations for technical writing
> - OFBiz specific design considerations
> - Tools and resources
> 
> In a sense, my agenda is a bit abstract because perhaps setting the ground
> work would help in elaborating and brainstorming once people understand
> exactly how their ideas should fit within the framework.
> 
> On Feb 27, 2018 2:13 PM, "Sharan Foga"  wrote:
> 
> > Hi All
> >
> >  have a few ideas, I wanted to share in preparation for the call too (and
> > I'm in agreement with Michael and Taher's suggestions so far) :
> >
> > - To get started we need to focus on co-ordination, structure and
> > organisation (we have a lot of people wanting to contribute but their
> > efforts need to be co-ordinated
> > - We need a visual high level plan (see example roadmap above) so that
> > everyone can quickly see progress and main milestones
> > - We need to define the scope of the effort (maybe do this by saying what
> > we are not going to do??, eg. not an FAQ, not a tutorial, not a use case,
> > not a cookbook) so will be feature documentation (i.e. describing what we
> > have available)
> > - We can look at using JIRA as main co-ordination and tracking tool. We
> > could look at using a new label eg 'documentation' in conjunction with the
> > existing components. Maybe update workflow to have a new QA status ?
> > Is the assumption that the work will be done in the trunk ? (since 17.12
> > branch already created). This will mean that it become part of the 18.xx
> > branch. Do we look at backporting to 17.12 ???
> > - Look at some ways to get started working together. One idea could be
> > that we all work together creating the documentation for one component (My
> > suggestion would be HR since a complete HR manual already exists. It will
> > need a full review and maybe rewrite in parts but the main content is
> > already there. Each person could be allocated an area and be responsible
> > for submitting a patch
> >
> > These are some of my brainstorming ideas :-) and I look forward to
> > chatting with those of you planning to be on the call later today.
> >
> > Thanks
> > Sharan
> >
> >
> > On 2018/02/24 15:32:04, Taher Alkhateeb 
> > wrote:
> > > it would've been great if you could join us. One of the points I had
> > > in my agenda is to suggest having the experienced people in the team
> > > volunteer for mentorship to anyone wanting it from the documentation
> > > team. This would help put structure and coordinate efforts in this big
> > > team of contributors.
> > >
> > > So in reply to your thoughts above, yes I believe you and the other
> > > experienced developers would be instrumental in coordination and
> > > provision of structure for the rest of the team. My role would perhaps
> > > mostly be to update the documentation system code as per the evolving
> > > needs of the documentation team and to help with any technical /
> > > support issues.
> > >
> > > On Sat, Feb 24, 2018 at 6:06 PM, Michael Brohl 
> > wrote:
> > > > Hi Sharan, all,
> > > >
> > > > I most likely cannot attend the Skype call so I will add some thoughts
> > here.
> > > >
> > > > I think we should set up a small documentation quality team which is
> > > > responsible that the documentation send in by contributors is of good
> > > > quality, consistent and (mostly) error free. This team should also
> > propose
> > > > the structure of the documentation and maybe add the empty .adoc files
> > and
> > > > includes to lead the way for contributors.
> > > >
> > > > I'd volunteer to be part of this team.
> > > >
> > > > It could also be a good idea to track who is working on a piece of
> > > > documentation to avoid double work and encourage collaboration between
> > > > contributors interested in the same topic(s). I think this might be
> > Jira
> > > > with a main task containing the main "rules" of documentation and
> > several
> > > > subtasks for each topic.
> > > >
> > > > I suggest to have also a process to move documentation from the Wiki
> > to the
> > > > documentation in the repository. We should make sure that we do not
> > have
> > > > different documentation in both places. If someone is working on a
> > topic he
> > > > also could search the Wiki for it and try to merge/move it where
> > applicable.
> > > >
> > > > Moved/merged documentation from the Wiki should then be moved to an
> > adoc
> > > > Attic until everthing is cleared and the 

improve workflow for request of password loss

2018-02-27 Thread pierre.gaudin
I would like to make an evolution in the management of the request of 
password loss.


At present the stages are the following ones:
  1 - Request of loss of password (by the user)
  2 - Change of password by a temporary one (by the system)
  3 - Send of an e-mail with a link to define a new password (by the 
system)

  4 - Set the new password (by the user)
  5 - Recording of the new password (by the system)

This workflow is problematic because the change of password is made as 
soon as the person confirms the change of password (stage 2). It is 
possible that the person who makes the change of password is not the 
person associated with the account.


Here is a proposal of modification of the workflow
  1 - Request of loss of password (by the user)
  2 - Recording of a request of lost of password associated with the 
login (by the system)
  3 - Send of an e-mail to confirm the request of change of password 
with a link containing the reference of the request to change of 
password (by the system)
  4 - Connection of the user to the form to change the password and 
seized with a new password (by the user)

  5 - Check that the login and the request are associated
  6 - Recording of the new password (by the system)

What do you think about this change?


Pierre

--
logoNrd 
Pierre GAUDIN
Consultant Fonctionnel Apache-OFBiz, ERP en logiciel Libre
informat...@nereide.fr
8 rue des Déportés 37000 TOURS
Std: 02 47 50 30 54 - mob: 06 08 40 25 70

réseau LE 



Re: [SKYPE CALL] Confirmation of Date and Time for Documentation Call

2018-02-27 Thread Taher Alkhateeb
Hi Sharan,

On my part, the agenda of items i'd like to discuss includes:
- an overview and orientation of the documentation framework
- some guidelines and recommendations for technical writing
- OFBiz specific design considerations
- Tools and resources

In a sense, my agenda is a bit abstract because perhaps setting the ground
work would help in elaborating and brainstorming once people understand
exactly how their ideas should fit within the framework.

On Feb 27, 2018 2:13 PM, "Sharan Foga"  wrote:

> Hi All
>
>  have a few ideas, I wanted to share in preparation for the call too (and
> I'm in agreement with Michael and Taher's suggestions so far) :
>
> - To get started we need to focus on co-ordination, structure and
> organisation (we have a lot of people wanting to contribute but their
> efforts need to be co-ordinated
> - We need a visual high level plan (see example roadmap above) so that
> everyone can quickly see progress and main milestones
> - We need to define the scope of the effort (maybe do this by saying what
> we are not going to do??, eg. not an FAQ, not a tutorial, not a use case,
> not a cookbook) so will be feature documentation (i.e. describing what we
> have available)
> - We can look at using JIRA as main co-ordination and tracking tool. We
> could look at using a new label eg 'documentation' in conjunction with the
> existing components. Maybe update workflow to have a new QA status ?
> Is the assumption that the work will be done in the trunk ? (since 17.12
> branch already created). This will mean that it become part of the 18.xx
> branch. Do we look at backporting to 17.12 ???
> - Look at some ways to get started working together. One idea could be
> that we all work together creating the documentation for one component (My
> suggestion would be HR since a complete HR manual already exists. It will
> need a full review and maybe rewrite in parts but the main content is
> already there. Each person could be allocated an area and be responsible
> for submitting a patch
>
> These are some of my brainstorming ideas :-) and I look forward to
> chatting with those of you planning to be on the call later today.
>
> Thanks
> Sharan
>
>
> On 2018/02/24 15:32:04, Taher Alkhateeb 
> wrote:
> > it would've been great if you could join us. One of the points I had
> > in my agenda is to suggest having the experienced people in the team
> > volunteer for mentorship to anyone wanting it from the documentation
> > team. This would help put structure and coordinate efforts in this big
> > team of contributors.
> >
> > So in reply to your thoughts above, yes I believe you and the other
> > experienced developers would be instrumental in coordination and
> > provision of structure for the rest of the team. My role would perhaps
> > mostly be to update the documentation system code as per the evolving
> > needs of the documentation team and to help with any technical /
> > support issues.
> >
> > On Sat, Feb 24, 2018 at 6:06 PM, Michael Brohl 
> wrote:
> > > Hi Sharan, all,
> > >
> > > I most likely cannot attend the Skype call so I will add some thoughts
> here.
> > >
> > > I think we should set up a small documentation quality team which is
> > > responsible that the documentation send in by contributors is of good
> > > quality, consistent and (mostly) error free. This team should also
> propose
> > > the structure of the documentation and maybe add the empty .adoc files
> and
> > > includes to lead the way for contributors.
> > >
> > > I'd volunteer to be part of this team.
> > >
> > > It could also be a good idea to track who is working on a piece of
> > > documentation to avoid double work and encourage collaboration between
> > > contributors interested in the same topic(s). I think this might be
> Jira
> > > with a main task containing the main "rules" of documentation and
> several
> > > subtasks for each topic.
> > >
> > > I suggest to have also a process to move documentation from the Wiki
> to the
> > > documentation in the repository. We should make sure that we do not
> have
> > > different documentation in both places. If someone is working on a
> topic he
> > > also could search the Wiki for it and try to merge/move it where
> applicable.
> > >
> > > Moved/merged documentation from the Wiki should then be moved to an
> adoc
> > > Attic until everthing is cleared and the community agrees to remove it
> from
> > > the Wiki.
> > >
> > > We should also define which contents should be in the repository and
> what
> > > the Wiki should contain or be linked to.
> > >
> > > These are my first thoughts, happy to get some feedback and news from
> the
> > > Skype call.
> > >
> > > Thanks,
> > >
> > > Michael Brohl
> > > ecomify GmbH
> > > www.ecomify.de
> > >
> > > Am 21.02.18 um 09:21 schrieb Sharan Foga:
> > >
> > >> Hi All
> > >>
> > >> Thanks for all the feedback received about the documentation effort.
> It is
> > 

Re: [SKYPE CALL] Confirmation of Date and Time for Documentation Call

2018-02-27 Thread Sharan Foga
Hi All

 have a few ideas, I wanted to share in preparation for the call too (and I'm 
in agreement with Michael and Taher's suggestions so far) :

- To get started we need to focus on co-ordination, structure and organisation 
(we have a lot of people wanting to contribute but their efforts need to be 
co-ordinated
- We need a visual high level plan (see example roadmap above) so that everyone 
can quickly see progress and main milestones
- We need to define the scope of the effort (maybe do this by saying what we 
are not going to do??, eg. not an FAQ, not a tutorial, not a use case, not a 
cookbook) so will be feature documentation (i.e. describing what we have 
available)
- We can look at using JIRA as main co-ordination and tracking tool. We could 
look at using a new label eg 'documentation' in conjunction with the existing 
components. Maybe update workflow to have a new QA status ?
Is the assumption that the work will be done in the trunk ? (since 17.12 branch 
already created). This will mean that it become part of the 18.xx branch. Do we 
look at backporting to 17.12 ???
- Look at some ways to get started working together. One idea could be that we 
all work together creating the documentation for one component (My suggestion 
would be HR since a complete HR manual already exists. It will need a full 
review and maybe rewrite in parts but the main content is already there. Each 
person could be allocated an area and be responsible for submitting a patch

These are some of my brainstorming ideas :-) and I look forward to chatting 
with those of you planning to be on the call later today.

Thanks
Sharan


On 2018/02/24 15:32:04, Taher Alkhateeb  wrote: 
> it would've been great if you could join us. One of the points I had
> in my agenda is to suggest having the experienced people in the team
> volunteer for mentorship to anyone wanting it from the documentation
> team. This would help put structure and coordinate efforts in this big
> team of contributors.
> 
> So in reply to your thoughts above, yes I believe you and the other
> experienced developers would be instrumental in coordination and
> provision of structure for the rest of the team. My role would perhaps
> mostly be to update the documentation system code as per the evolving
> needs of the documentation team and to help with any technical /
> support issues.
> 
> On Sat, Feb 24, 2018 at 6:06 PM, Michael Brohl  
> wrote:
> > Hi Sharan, all,
> >
> > I most likely cannot attend the Skype call so I will add some thoughts here.
> >
> > I think we should set up a small documentation quality team which is
> > responsible that the documentation send in by contributors is of good
> > quality, consistent and (mostly) error free. This team should also propose
> > the structure of the documentation and maybe add the empty .adoc files and
> > includes to lead the way for contributors.
> >
> > I'd volunteer to be part of this team.
> >
> > It could also be a good idea to track who is working on a piece of
> > documentation to avoid double work and encourage collaboration between
> > contributors interested in the same topic(s). I think this might be Jira
> > with a main task containing the main "rules" of documentation and several
> > subtasks for each topic.
> >
> > I suggest to have also a process to move documentation from the Wiki to the
> > documentation in the repository. We should make sure that we do not have
> > different documentation in both places. If someone is working on a topic he
> > also could search the Wiki for it and try to merge/move it where applicable.
> >
> > Moved/merged documentation from the Wiki should then be moved to an adoc
> > Attic until everthing is cleared and the community agrees to remove it from
> > the Wiki.
> >
> > We should also define which contents should be in the repository and what
> > the Wiki should contain or be linked to.
> >
> > These are my first thoughts, happy to get some feedback and news from the
> > Skype call.
> >
> > Thanks,
> >
> > Michael Brohl
> > ecomify GmbH
> > www.ecomify.de
> >
> > Am 21.02.18 um 09:21 schrieb Sharan Foga:
> >
> >> Hi All
> >>
> >> Thanks for all the feedback received about the documentation effort. It is
> >> great to see so many people wanting to be involved as part of the team.
> >> Based on the feedback I've seen so far I would like to confirm the date and
> >> time of the Skype call next week to kick start the documentation effort.
> >>
> >> The call will be on Tuesday 27th February at 14.00 (UTC+1)
> >>
> >> See below for what this time is for other UTC times
> >>
> >> UTC-5 (New York, Boston): 08.00
> >> UTC+1 (Czech Republic, Germany, France, Italy) : 14.00
> >> UTC+2 (South Africa): 15.00
> >> UTC+3 (Kuwait) : 16.00
> >>UTC+5 (Pakistan) : 18.00
> >>UTC+5.5 (India) : 18.30
> >>
> >> Please remember that anyone and everyone can join the team at any time and
> >> you don't need to be