diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-10 00:20:29 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-10 00:20:29 +0200 |
| commit | dc84868b8b32e106dd97672040f251bb78f7d9ab (patch) | |
| tree | 2b566a7fc8d6f63d1e3c89cec38c25aefe2e8ec6 /help/ConfigAccountList_p.md | |
| parent | ae8941b245f0e4b6e3c5f04bcac7a3ceb53ac370 (diff) | |
added help files for YaCy UI web pages
Diffstat (limited to 'help/ConfigAccountList_p.md')
| -rw-r--r-- | help/ConfigAccountList_p.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/help/ConfigAccountList_p.md b/help/ConfigAccountList_p.md new file mode 100644 index 000000000..42e309842 --- /dev/null +++ b/help/ConfigAccountList_p.md @@ -0,0 +1,49 @@ +--- +page: htroot/ConfigAccountList_p.html +help: help/ConfigAccountList_p.md +title: User Accounts +package: configuration-administration +access: admin +kind: admin-page +backend_java: source/net/yacy/htroot/ConfigAccountList_p.java +--- + +# User Accounts + +## Purpose + +User Accounts lists configured accounts and their role-related state. + +Use it to audit who can sign in before changing permissions or exposing the peer. + +## What You Can Do Here + +- User Accounts lists configured accounts and their role-related state. +- Read the current value before changing it. +- Verify the effect on the public page, status page, or related administration page. + +## Page Architecture + +Configuration pages usually contain persistent settings. A visible form writes values into YaCy configuration, while the backend may reload subsystems such as language files, network listeners, cache handling, or search presentation. + +## Correct Use + +Read the current value before changing it. Configuration changes often persist beyond the current request and may affect later crawling, search, network contact, authentication, or resource use. Change one operational idea at a time and verify the result. + +## Access And Safety + +Administrator access is required. YaCy protects `_p` pages as administration pages. + +## Automation And API + +Page backend: `source/net/yacy/htroot/ConfigAccountList_p.java`. + +No request parameters are needed for normal use of this page. + +## What To Expect + +A successful change is visible as a saved value, a confirmation, or changed behavior on a related page. Some settings take effect immediately; others require reconnecting, reloading translations, restarting services, or watching the status page. + +## Related Pages + +- `ConfigUser_p.html` |
