-
Notifications
You must be signed in to change notification settings - Fork 6
change User profile to User account #455
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ Organized provides flexible user access management for your congregation. Access | |||||
| This page displays all users connected to your congregation who have registered in the Organized app and can view your congregation's information and schedules. | ||||||
|
|
||||||
| :::info | ||||||
| User profiles are **not the same as person records**. User profiles represent real Organized app users in your congregation, while person records are a list of all congregation members used for reports and scheduling. | ||||||
| User accounts are **not the same as person records**. User accounts represent real Organized app users in your congregation, while person records are a list of all congregation members used for reports and scheduling. | ||||||
| ::: | ||||||
|
|
||||||
|  | ||||||
|
|
@@ -32,9 +32,9 @@ There are three types of users: | |||||
| 2. **Baptized Brothers**: All baptized brothers in the congregation. This separate user category simplifies adjusting user roles and rights when a brother takes on new responsibilities. | ||||||
| 3. **Congregation persons**: Includes baptized sisters, unbaptized brothers and sistes, and midweek meeting students. | ||||||
|
|
||||||
| ## Edit user profile | ||||||
| ## Edit user account | ||||||
|
|
||||||
| Open a user profile to access detailed access management. User profiles of baptized brothers have additional rights and roles available, while user profiles of unbaptized publishers, baptized sisters and midweek meeting students don't have those. Let's see what settings are there! | ||||||
| Open a user account to access detailed access management. User accounts of baptized brothers have additional rights and roles available, while user accounts of unbaptized publishers, baptized sisters and midweek meeting students don't have those. Let's see what settings are there! | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
|
|
@@ -50,9 +50,9 @@ Assign one or more congregation roles to a user. In larger congregations, each a | |||||
|
|
||||||
| Select as many additional user rights as necessary, grouped by category: Meetings, Service, Events, etc. | ||||||
|
|
||||||
| ### Profile settings | ||||||
| ### account settings | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix inconsistent capitalization Section headings should be capitalized consistently. -### account settings
+### Account Settings📝 Committable suggestion
Suggested change
|
||||||
|
|
||||||
| Bind a user profile with a person record to allow the user to view upcoming assignments and submit reports. | ||||||
| Bind a user account with a person record to allow the user to view upcoming assignments and submit reports. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
|
|
@@ -81,7 +81,7 @@ Review and terminate (end) device sessions. This feature is useful in cases of l | |||||
|
|
||||||
| ### Delete user | ||||||
|
|
||||||
| Use the big red 'Delete user' button at the top of the page to delete a user profile. Upon opening the app next time by the user, the user's local data will be erased, and they will be directed to the registration page. Deleting user cannot be undone, but you can always re-add them later if needed. | ||||||
| Use the big red 'Delete user' button at the top of the page to delete a user account. Upon opening the app next time by the user, the user's local data will be erased, and they will be directed to the registration page. Deleting user cannot be undone, but you can always re-add them later if needed. | ||||||
|
|
||||||
| :::warning | ||||||
| Please note that deleting the **user account** will not remove their **record from the Persons page**. | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| sidebar_position: 1 | ||
| title: My profile | ||
| title: My account | ||
| --- | ||
|
|
||
| import DocCardList from '@theme/DocCardList'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,28 +4,28 @@ sidebar_custom_props: | |||||
| myEmoji: ⚙️ | ||||||
| --- | ||||||
|
|
||||||
| # My profile – your account settings | ||||||
| # My account – your account settings | ||||||
|
|
||||||
| That’s the page where you can customize settings of your Organized user profile. Take a moment to explore and make adjustments as necessary to enhance your experience with Organized. | ||||||
| That’s the page where you can customize settings of your Organized user account. Take a moment to explore and make adjustments as necessary to enhance your experience with Organized. | ||||||
|
|
||||||
| To open My profile page, click on the top-right profile button in the header. | ||||||
| To open 'My account' page, click on the top-right account button in the header. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix grammar: Add missing article Add "the" before "My account" for proper grammar. -To open 'My account' page, click on the top-right account button in the header.
+To open the 'My account' page, click on the top-right account button in the header.📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[uncategorized] ~11-~11: You might be missing the article “the” here. (AI_EN_LECTOR_MISSING_DETERMINER_THE) |
||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| ## Basic parameters | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| ### Name | ||||||
|
|
||||||
| The name you provide here will be visible in the app and to your congregation administrators. However, it won't change how your name appears in the schedules. To change it, please ask your elders. | ||||||
| The name you provide here will be visible in the app and to your congregation administrators. However, it won't change how your name appears in the schedules. To change it, please ask your elders, as the name on the schedules and forms is based on the [Person](../persons/add-person.md) record. | ||||||
|
|
||||||
| ### Email address | ||||||
|
|
||||||
| The email you used to register in Organized can't be changed by user. Please contact us at [support@organized-app.com](mailto:support@organized-app.com) to request the email change. | ||||||
|
|
||||||
| ### Log out | ||||||
|
|
||||||
| After logging out, your Organized account will be removed from the device. However, you can log in again whenever you need to. | ||||||
| After logging out, your Organized account will be removed from the device (but the account itself will not deleted). However, you can log in again whenever you need to. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix grammar: Correct verb form The modal verb 'will' requires the verb's base form. -After logging out, your Organized account will be removed from the device (but the account itself will not deleted).
+After logging out, your Organized account will be removed from the device (but the account itself will not be deleted).📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~29-~29: The modal verb ‘will’ requires the verb’s base form. (MD_BASEFORM) |
||||||
|
|
||||||
|  | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unnecessary comma
The conjunction "so that" does not require a comma.
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[typographical] ~11-~11: The conjunction “so that” does not require a comma.
Context: ...nt for any baptized brother specifically, so that his account is already in the right use...
(SO_THAT_UNNECESSARY_COMMA)