-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
匿名(anonymous)ユーザーでもユーザー登録可能なRest APIを追加して欲しい #15
Comments
仕様面で議論になりそうなので、仕様を決めてproposalみたいな形でチケットを作るところまで...? |
こちら、上記の設定が無効でない場合に、Redmine Rest API Wiki (https://www.redmine.org/projects/redmine/wiki/Rest_api) に記載されてない $ curl -i -H "Content-Type: application/json" -X POST http://localhost:3000/account/register.json \
-d '{"user": {"login": "XXXXX", "firstname": "YY", "lastname": "ZZZZZZ", "mail": "[email protected]", "password": "************"}}'
HTTP/1.1 302 Found
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Location: http://localhost:3000/my/account
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Set-Cookie: _redmine_session=********...; path=/; HttpOnly
X-Request-Id: ********...
X-Runtime: 0.055686
Vary: Origin
Content-Length: 98
<html><body>You are being <a href="http://localhost:3000/my/account">redirected</a>.</body></html> ただし、戻り値が
|
本家の方では下記のIssueが該当するようでした。後ほど、上記内容を追記します。 |
取り急ぎ、上記のIssueにコメントを追記しました。 |
こちらですが、極めてまれなユースケースだと思いますので、私の方で個人的にパッチ作成=>投稿までを行っていこうかと思ってます。 |
問題点
/account/register
よりHTMLフォームの利用が必要となります。改善案
Scrapbox
第24回/匿名(anonymous)ユーザーでもユーザー登録可能なRest APIを追加して欲しい #15 - redmine-patch
The text was updated successfully, but these errors were encountered: