diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 18:59:08 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 18:59:08 +0200 |
| commit | d9a018a75002bba009e60eaa87a5fb8276233c4e (patch) | |
| tree | 33335d1c861b01039e13b6e94be214e1b284eb6a /app/models/node_action.rb | |
| parent | 833c59abf109943e857f64e526f6434e095242d6 (diff) | |
Witness account creation
Diffstat (limited to 'app/models/node_action.rb')
| -rw-r--r-- | app/models/node_action.rb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app/models/node_action.rb b/app/models/node_action.rb index d619aac5..82a3ef44 100644 --- a/app/models/node_action.rb +++ b/app/models/node_action.rb | |||
| @@ -98,12 +98,13 @@ class NodeAction < ApplicationRecord | |||
| 98 | # "detached_from" -- array of unique_names, only when any | 98 | # "detached_from" -- array of unique_names, only when any |
| 99 | # "headline_removed_from" -- array of unique_names, only when any | 99 | # "headline_removed_from" -- array of unique_names, only when any |
| 100 | # | 100 | # |
| 101 | # "otp_enroll" / "otp_disable" / "otp_reset" / "user_deactivate" / | 101 | # "otp_enroll" / "otp_disable" / "otp_reset" (second-factor |
| 102 | # "user_reactivate" (second-factor lifecycle; node column nil; | 102 | # lifecycle) and "user_create" / "user_deactivate" / |
| 103 | # participants: the affected User | 103 | # "user_reactivate" (account lifecycle). Node column nil; |
| 104 | # User-typed subject. otp_disable is self-service; otp_reset is an | 104 | # participants: the affected User, a User-typed subject. |
| 105 | # administrator clearing someone else's factor, where actor and | 105 | # otp_disable is self-service; otp_reset and all three account |
| 106 | # participant differ): | 106 | # verbs are an administrator acting on someone else, so actor and |
| 107 | # participant differ: | ||
| 107 | # "target_login" -- flat string, the affected account's login | 108 | # "target_login" -- flat string, the affected account's login |
| 108 | # | 109 | # |
| 109 | # Reserved: "demote" (via "trash" | "depublish") for an explicit | 110 | # Reserved: "demote" (via "trash" | "depublish") for an explicit |
