[PR #634] [CLOSED] 设置管理员账户页面也支持密码的显示与隐藏 #22600

Closed
opened 2026-02-21 20:19:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/634
Author: @Selenium39
Created: 7/22/2023
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • e62956a 设置管理员账户页面也支持密码的显示与隐藏
  • 226a328 选择数据源增加“同步至MySQL数据库”

📊 Changes

9 files changed (+184 additions, -8 deletions)

View changed files

📝 api/controllers/console/datasets/datasets.py (+4 -2)
📝 api/core/indexing_runner.py (+56 -0)
📝 web/app/components/datasets/create/index.tsx (+6 -2)
📝 web/app/components/datasets/create/step-one/index.tsx (+69 -2)
📝 web/app/components/datasets/create/step-two/index.tsx (+13 -1)
📝 web/app/install/installForm.tsx (+11 -1)
📝 web/i18n/lang/dataset-creation.en.ts (+8 -0)
📝 web/i18n/lang/dataset-creation.zh.ts (+8 -0)
📝 web/models/datasets.ts (+9 -0)

📄 Description

设置管理员账户密码时由于无法显示密码,导致密码设置错误也不知道。
修改为与登录页面一致,支持密码的显示与隐藏

Screenshot 2023-07-22 at 23 22 42 Screenshot 2023-07-22 at 23 23 03

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/634 **Author:** [@Selenium39](https://github.com/Selenium39) **Created:** 7/22/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`e62956a`](https://github.com/langgenius/dify/commit/e62956a50f0db99a6064291ac433543552a156b3) 设置管理员账户页面也支持密码的显示与隐藏 - [`226a328`](https://github.com/langgenius/dify/commit/226a32891e0f521f20116fad48894786b76c45fd) 选择数据源增加“同步至MySQL数据库” ### 📊 Changes **9 files changed** (+184 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `api/controllers/console/datasets/datasets.py` (+4 -2) 📝 `api/core/indexing_runner.py` (+56 -0) 📝 `web/app/components/datasets/create/index.tsx` (+6 -2) 📝 `web/app/components/datasets/create/step-one/index.tsx` (+69 -2) 📝 `web/app/components/datasets/create/step-two/index.tsx` (+13 -1) 📝 `web/app/install/installForm.tsx` (+11 -1) 📝 `web/i18n/lang/dataset-creation.en.ts` (+8 -0) 📝 `web/i18n/lang/dataset-creation.zh.ts` (+8 -0) 📝 `web/models/datasets.ts` (+9 -0) </details> ### 📄 Description 设置管理员账户密码时由于无法显示密码,导致密码设置错误也不知道。 修改为与登录页面一致,支持密码的显示与隐藏 <img width="610" alt="Screenshot 2023-07-22 at 23 22 42" src="https://github.com/langgenius/dify/assets/29670394/3cbd0d18-9022-4be1-8d32-70d43d6f9982"> <img width="589" alt="Screenshot 2023-07-22 at 23 23 03" src="https://github.com/langgenius/dify/assets/29670394/ca4585cd-919e-4212-9fa9-ec0c7ffbe6fa"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:19:19 -05:00
yindo closed this issue 2026-02-21 20:19:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22600