You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Superadmins should be able to mark an org as manually verified to be who they are. This will display a "verified" badge (added in #2172) next to the org's name in the org's public profile.
Details
Some options for implementation:
Single superadminVerified or similarly named field, which would be simplest.
A verification object to future-proof for other verification methods in the future, like self-verifying. In that case we could do something like:
Context
Superadmins should be able to mark an org as manually verified to be who they are. This will display a "verified" badge (added in #2172) next to the org's name in the org's public profile.
Details
Some options for implementation:
superadminVerified
or similarly named field, which would be simplest.verification
object to future-proof for other verification methods in the future, like self-verifying. In that case we could do something like:Tasks
The text was updated successfully, but these errors were encountered: