We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
こちらについては以下のコードを見る限り、現状のDecidimの仕様、あるいはバグのようです。
https://github.com/decidim/decidim/blob/7c5b3f091aceb84e708a8ad34bdb3e1f7813886b/decidim-core/app/forms/decidim/registration_form.rb#L45-L47
https://github.com/decidim/decidim/blob/7c5b3f091aceb84e708a8ad34bdb3e1f7813886b/decidim-core/app/models/decidim/user.rb#L102-L104
Sorry, something went wrong.
そしてこれに関連して、一度管理者が招待し、その後管理者が招待を削除しても、招待されたユーザーは「保留中の招待状があります」でログインできないですね…。これは勘弁してほしい(招待された人のメールがロストしたらどうやってもログインできなくなりそうです)
ちょっと下記文章で正しく伝わるか怪しいですが、Decidimの仕様が荒いかも?という認識でおります。
まず、 #190 にも関連するところで、プライベート参加者の招待メールをクリックすると、既存ユーザと新規ユーザの区別なく、アカウントIDとパスワードを入力する画面が表示されるようです(新規の場合はアカウントIDに招待時のNameが表示される)。この際、既存ユーザにパスを再設定させる理由がない。
また、
という挙動になっており、既存ユーザがプロセスに参加する承認というよりも新規ユーザがアカウント登録するための招待メールに近い仕様です。 この理解が正しければ、ログイン済みユーザに招待メールは不要かもしれません(実際、承認後2つ目の招待はメール無し&参加者の同意なしで即時追加される)。
No branches or pull requests
対象ドメイン/ The domain
起こっている問題 / The Problem
スクリーンショット / Screenshot
期待する見せ方・挙動 / Expected Behavior
起こっている問題の再現手段 / Steps to Reproduce
動作環境・ブラウザ / Environment
The text was updated successfully, but these errors were encountered: