Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ that are otherwise encumbered.
Signed by git commit adding my legal name and git username:

Written in 2010-2016 by David E. Jones - jonesde
Written in 2018 by Zhang Wei - zhangwei1979

===========================================================================

Expand All @@ -57,4 +58,5 @@ litigation is filed.
Signed by git commit adding my legal name and git username:

Written in 2010-2016 by David E. Jones - jonesde
Written in 2018 by Zhang Wei - zhangwei1979

4 changes: 2 additions & 2 deletions data/ExampleZzzDemoData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ along with this software (see the LICENSE.md file). If not, see
<moqui.security.UserGroup userGroupId="EXAMPLE_VIEWER" description="Example Viewers (view only)"/>
<moqui.security.UserAccount userId="EX_VIEWER" username="example.viewer" userFullName="Example Viewer"
currentPassword="16ac58bbfa332c1c55bd98b53e60720bfa90d394" passwordHashType="SHA"
passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central"/>
passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central" emailAddress="example.viewer@test.com"/>
<moqui.security.UserGroupMember userGroupId="EXAMPLE_VIEWER" userId="EX_VIEWER" fromDate="1265184000000"/>
<moqui.security.ArtifactAuthz artifactAuthzId="EXAMPLE_AUTHZ_VW" userGroupId="EXAMPLE_VIEWER"
artifactGroupId="EXAMPLE_APP" authzTypeEnumId="AUTHZT_ALLOW" authzActionEnumId="AUTHZA_VIEW"/>
Expand All @@ -40,7 +40,7 @@ along with this software (see the LICENSE.md file). If not, see
<moqui.security.UserGroup userGroupId="EXAMPLE_LTD" description="Example Limited Group"/>
<moqui.security.UserAccount userId="EX_TLD" username="example.ltd" userFullName="Example Limited User"
currentPassword="16ac58bbfa332c1c55bd98b53e60720bfa90d394" passwordHashType="SHA"
passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central"/>
passwordHint="framework name, lowercase" currencyUomId="USD" locale="en_US" timeZone="US/Central" emailAddress="example.ltd@test.com"/>
<moqui.security.UserGroupMember userGroupId="EXAMPLE_LTD" userId="EX_TLD" fromDate="1265184000000"/>
<moqui.security.ArtifactAuthz artifactAuthzId="EXAMPLE_AUTHZ_LTD" userGroupId="EXAMPLE_LTD"
artifactGroupId="EXAMPLE_LTD" authzTypeEnumId="AUTHZT_ALLOW" authzActionEnumId="AUTHZA_ALL"/>
Expand Down