Home > Backend Development > PHP Tutorial > 能不能调用DISCUZ的密码?大神帮忙看看。解决方法

能不能调用DISCUZ的密码?大神帮忙看看。解决方法

WBOY
Release: 2016-06-13 12:00:48
Original
831 people have browsed it

能不能调用DISCUZ的密码?大神帮忙看看。
网站内架了个DISCUZ的论坛,网站(除了论坛外)还做了独立的用户注册和登录页面
我想实现的功能是,这个独立的用户注册和登录页面使用论坛的用户名和密码来登录。
问题就在这里。我实在搞不清楚DISCUZ的加密与解密是怎样的。网上的一些说法是要提取数据库里的$Salt,但是,在我的数据库member表里找不到这个字段。
------解决方案--------------------
http://faq.comsenz.com/library/UCenter/interface/interface_user.htm

看看discuz提供的接口函数
------解决方案--------------------
他不是有 UCenter 吗?为什么不用?
------解决方案--------------------
版主说的是,我研究过discuz,它的真实的用户名密码保存在ucenter相关的表里面,而且加密方式是md5(一个随机字符串(存数据库)+用户密码),
------解决方案--------------------
Discuz有Ucenter用来同步注册登录的
你可以到官方看看接口

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template