yetone / collipa

The source code of Collipa
http://zone.drops.wiki/
218 stars 54 forks source link

Resend the user accout activation email #11

Open laofo opened 11 years ago

laofo commented 11 years ago

情景是这样的: 第一次用一个邮箱注册了个账户,但是关于smtp 的配置错误,导致注册激活的邮件就没法出来。 等把smtp 改好后,每次登陆都提示请激活,但是因为之前没收到邮件所以无法激活。

这个时候应该在个人设置那里,提供一个更改注册邮箱 or 重新发送激活账户邮件的#button#, 点击再次发送邮件, 让 用户完成注册。

否则:用户无法收到邮件,也没办法改邮箱都不知道在哪里去激活账户

beh1nd commented 10 years ago

Accounts can be activated via phpmyadmin . Open the collipa database (name of your choise) go under the "user" table and at "role" put "user" instead of "unverify" that's make the user active. For giving admin role just put admin in the same "role" tab.

Hope it helps