-
Notifications
You must be signed in to change notification settings - Fork 848
[Feature] 支持在用户首次登录前预创建用户 #785
Copy link
Copy link
Open
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p1高优先级 / High priority triage bucket.高优先级 / High priority triage bucket.triage/core交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.
Description
Activity
Metadata
Metadata
Assignees
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p1高优先级 / High priority triage bucket.高优先级 / High priority triage bucket.triage/core交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.
Problem
希望提前把用户添加到对应的团队命名空间,让用户第一次登录 SkillHub 时就能看到、使用该命名空间下仅命名空间可见的技能。
当前现状:
新用户首次登录后看不到团队命名空间仅命名空间可见的技能,必须再联系管理员手动添加,管理员也无法提前添加未登录的用户,形成「登录 → 找管理员 → 等待 → 才能用」的循环
Proposed Solution
期望的实现形式(任一都可)
方式一:管理后台预创建用户
超级管理员在用户管理后台提供「创建用户」功能:输入 昵称、邮箱相关必要信息,预创建用户
方式二:用户预创建扩展接口
提供一个面向受信内部系统的 provisioning API(或 SPI),从「登录时懒创建」提前为「同步时预创建」
Alternatives Considered
No response
Impact
No response
Contract Or SDK Impact
No response