flarum / issue-archive

0 stars 0 forks source link

Allow configuration of new user verification method #339

Open dcsjapan opened 8 years ago

dcsjapan commented 8 years ago

Originally suggested in https://github.com/flarum/core/issues/641 by @moutonnoireu, who would like the ability to turn off email verification of new users. It might also be a good idea to consider other user approval methods at the same time. Common options are:

The second option would require a permission to determine who can approve registrations. Some forums may want to allow mods to approve new users; others may want to reserve this power for admins only.

moutonnoireu commented 8 years ago

YES.

ghost commented 8 years ago

Big +1

Fercho191 commented 8 years ago

It's what I need! automatic approval

+1 :smile:

Ovilia commented 8 years ago

Any update on this? I want to disable native registeration, and use third-party login only. Is this possible, or how should I change to achieve this?

franzliedke commented 8 years ago

It is planned for the stable version. No progress yet, unfortunately.

matale commented 6 years ago

Having email registration without confirmation means you can signup anybody to the forum which could cause its own set of issues.

eirenicon commented 5 years ago

To my mind this is absolutely required for any production use.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!

onyxcode commented 3 years ago

Can we please bring this back?

Hari-Bonda commented 3 years ago

+1 😄

iPurpl3x commented 3 years ago

+1

askvortsov1 commented 3 years ago

This recently came up with https://github.com/flarum/core/pull/2997. I think we should refactor this system so that "activation" requires every enabled "activation driver" to be satisfied. Email confirmation could be one of these, manual approval could be another via extension.