Bug 450 - [Anolis OS 8.4 龙芯版][4.19.190-4.an8.loongarch64]添加用户时,密码模块选择“现在设置密码”,添加用户按钮变为灰度,无法正常添加用户
Summary: [Anolis OS 8.4 龙芯版][4.19.190-4.an8.loongarch64]添加用户时,密码模块选择“现在设置密码”,添加用户按钮变为灰...
Status: CONFIRMED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Desktop (show other bugs) Desktop
Version: 8.4
Hardware: loongarch Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: geliwei-ali
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-12 15:18 UTC by liqianwen
Modified: 2022-02-16 11:32 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description liqianwen loongson_group 2022-02-12 15:18:47 UTC
【问题描述】
添加用户时输入用户名后,密码模块选择“现在设置密码”后,添加用户按钮为灰度,无法正常添加用户

【测试环境】
# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.4"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.4"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.4"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

# lscpu
架构:           loongarch64
字节序:         Little Endian
CPU:             32
在线 CPU 列表:  0-31
每个核的线程数: 1
每个座的核数:   4
座:             8
NUMA 节点:      8
CPU 系列:       Loongson-64bit
型号名称:       Loongson-3C5000L
BogoMIPS:       4400.00
L1d 缓存:       64K
L1i 缓存:       64K
L2 缓存:        256K
L3 缓存:        16384K
NUMA 节点0 CPU: 0-3
NUMA 节点1 CPU: 4-7
NUMA 节点2 CPU: 8-11
NUMA 节点3 CPU: 12-15
NUMA 节点4 CPU: 16-19
NUMA 节点5 CPU: 20-23
NUMA 节点6 CPU: 24-27
NUMA 节点7 CPU: 28-31
标记:           cpucfg lam ual fpu lsx lasx complex crypto lvz lbt_x86 lbt_arm lbt_mips

# free -h
              total        used        free      shared  buff/cache   available
Mem:          127Gi       4.9Gi        88Gi       240Mi        33Gi       112Gi
Swap:         4.0Gi       4.0Mi       4.0Gi

# uname -a
Linux loongson 4.19.190-4.1.an8.loongarch64 #1 SMP Thu Jan 27 11:09:51 UTC 2022 loongarch64 loongarch64 loongarch64 GNU/Linux


【复现概率】
100%成功成功

【复现步骤】
1、点击右上角电源下拉按钮,选择当前用户的帐号设置
2、选择用户模块,点击添加用户
3、输入全名和用户名
4、在密码模块选择现在设置密码

【实际结果】
1、添加用户按钮为灰度,无法正常添加用户

【期望结果】
添加用户按钮正常,输入正确的密码后,可正常添加用户

【附加信息】
当在密码模块选择“允许用户下次登录时更改密码”时,添加用户成功