Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# DNN 6在登录页面中隐藏检索密码_C#_Asp.net_Dotnetnuke_Dotnetnuke 6 - Fatal编程技术网

C# DNN 6在登录页面中隐藏检索密码

C# DNN 6在登录页面中隐藏检索密码,c#,asp.net,dotnetnuke,dotnetnuke-6,C#,Asp.net,Dotnetnuke,Dotnetnuke 6,我想删除/隐藏登录表单中的“检索密码”链接,我从web.config中禁用了它的功能,但客户端仍希望我将其从表单中删除。您知道我该怎么做吗?除了使用样式隐藏外,我认为目前没有其他方法可以删除它: .dnnLoginActions {display:none;} 除了使用样式隐藏外,我认为目前没有其他方法可以删除它: .dnnLoginActions {display:none;}

我想删除/隐藏登录表单中的“检索密码”链接,我从web.config中禁用了它的功能,但客户端仍希望我将其从表单中删除。您知道我该怎么做吗?

除了使用样式隐藏外,我认为目前没有其他方法可以删除它:

.dnnLoginActions {display:none;}

除了使用样式隐藏外,我认为目前没有其他方法可以删除它:

.dnnLoginActions {display:none;}