mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #4235] [Feature Request]: b. Alert when a GLOBAL ADMIN doesn’t have an alternate email address #1914
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#1914
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cglmicro on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/4235
Originally assigned to: @rvdwegen on GitHub.
Please confirm:
Problem Statement
It could be useful to be alerted when a GLOBAL ADMIN doesn’t have an alternate email address.
Benefits for MSPs
More secure for password reset of key accounts.
Value or Importance
Nice to have.
PowerShell Commands (Optional)
No response
@rvdwegen commented on GitHub (Jun 13, 2025):
Could you clarify how you're currently setting the alternate email? Thanks!
@kris6673 commented on GitHub (Jun 14, 2025):
Modules\CIPPCore\Public\Entrypoints\HTTP Functions\Identity\Administration\Users\Invoke-EditUser.ps1
the property you're looking for is otherMails, and the PATCH is in line 71
@KelvinTegelaar commented on GitHub (Jun 14, 2025):
added in dev