Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5 creating user from flow #1

Merged
merged 13 commits into from
May 7, 2019
Merged

5 creating user from flow #1

merged 13 commits into from
May 7, 2019

Conversation

Doom4535
Copy link
Owner

@Doom4535 Doom4535 commented May 7, 2019

Merging in basic code for user management from with the flow

Doom4535 added 13 commits April 22, 2019 14:59
Following setup guide from first-node guide
Need to add in error handling for messages (see section at the
beginning, remember to use locals for language support)
Need to add in logic, identify functions to use
Connected the User Credential Manager Node to access the user account
objects.  Do note that the passwords are stored as a hash, so they are
not able to be displayed; however, this gives us the access we need to
enable overwriting of the passwords and the creation of new accounts.
The locales/en-US/users_manager.json may not be included properly
commit 1d3ef52
Author: Linux User <[email protected]>
Date:   Tue Apr 23 21:10:26 2019 +0000

    Defining procedure for handling messages
    The locales/en-US/users_manager.json may not be included properly

commit 601dc5c
Author: Linux User <[email protected]>
Date:   Tue Apr 23 19:51:18 2019 +0000

    Connecting the User Credential Manager Node
    Connected the User Credential Manager Node to access the user account
    objects.  Do note that the passwords are stored as a hash, so they are
    not able to be displayed; however, this gives us the access we need to
    enable overwriting of the passwords and the creation of new accounts.

commit ee377f6
Author: Linux User <[email protected]>
Date:   Tue Apr 23 17:06:15 2019 +0000

    Starting on making custom node
    Need to add in error handling for messages (see section at the
    beginning, remember to use locals for language support)
    Need to add in logic, identify functions to use
Exposed existing getUser()
Exposed hash()

Added addUser()
Added getUserExistance()
Added getUserAccount()

Also added the following, one of which breaks something:
Added updateUser()
Added deleteUser()
commit 4926852
Author: Linux User <[email protected]>
Date:   Wed Apr 24 15:52:28 2019 +0000

    Modifying to expose get and add user functions
    Exposed existing getUser()
    Exposed hash()

    Added addUser()
    Added getUserExistance()
    Added getUserAccount()

    Also added the following, one of which breaks something:
    Added updateUser()
    Added deleteUser()

commit 1d3ef52
Author: Linux User <[email protected]>
Date:   Tue Apr 23 21:10:26 2019 +0000

    Defining procedure for handling messages
    The locales/en-US/users_manager.json may not be included properly

commit 601dc5c
Author: Linux User <[email protected]>
Date:   Tue Apr 23 19:51:18 2019 +0000

    Connecting the User Credential Manager Node
    Connected the User Credential Manager Node to access the user account
    objects.  Do note that the passwords are stored as a hash, so they are
    not able to be displayed; however, this gives us the access we need to
    enable overwriting of the passwords and the creation of new accounts.

commit ee377f6
Author: Linux User <[email protected]>
Date:   Tue Apr 23 17:06:15 2019 +0000

    Starting on making custom node
    Need to add in error handling for messages (see section at the
    beginning, remember to use locals for language support)
    Need to add in logic, identify functions to use
Fixed issue with checking for user existance
Fixed issue with createUser not properly checking for if a user already exists
 Added in method to delete users
Documentation needs to be updated
Update/uncomment checkedRequiredFields in nodes/users_manager.js
Does not signout users if their credentials have been deleted (only
prevents reauthentication)
@Doom4535 Doom4535 added the enhancement New feature or request label May 7, 2019
@Doom4535 Doom4535 merged commit 308815b into master May 7, 2019
@Doom4535 Doom4535 deleted the 5-creating-user-from-flow branch May 7, 2019 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant