Skip to content

Commit

Permalink
Update UserGuide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiringdevslog committed Nov 12, 2018
1 parent 48199d9 commit ed04b4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ To prevent unauthorized users from creating an account, `create` *can only be ex
An example in the context of an interest group: Only committee members should be allowed to make changes to the data while members are restricted to viewing rights.
+

- <<create_an_account_code_create_code>>
- <<login_to_an_account_code_login_code>>
- <<create>>
- <<login>>

// end::quick-start[]

Expand Down Expand Up @@ -99,6 +99,8 @@ There is no need to save manually.

// tag::security-mechanism[]
== Security (Leslie)

[[create]]
=== Create an account: `create`

Create an account in the system. The password is case sensitive. +
Expand All @@ -117,6 +119,7 @@ Examples:

* `create u/sampleUser pw/dontUseWeakPassword`

[[login]]
=== Login to an account : `login`
Login into the system. +
Users are required to login to execute most commands of the NUS Hangs
Expand Down

0 comments on commit ed04b4b

Please sign in to comment.