-
Notifications
You must be signed in to change notification settings - Fork 266
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
누락된 loginLegal 추가 #891
base: master
Are you sure you want to change the base?
누락된 loginLegal 추가 #891
Conversation
Server/lib/Web/lang/ko_KR.json
Outdated
@@ -121,7 +121,7 @@ | |||
"withInstagram": "인스타그램 아이디로 로그인", | |||
"withSpotify": "Spotify 아이디로 로그인", | |||
"login_kkutu": "글자로 놀자! 끄투 온라인을 이용하시려면 로그인을 해 주세요." | |||
"loginLegal": "로그인이 이루어지면 JJO.KR이 공지하는 <a href='(서비스 이용약관 주소)' target='_blank'>서비스 이용 약관</a> 및 <a href='(개인정보 취금 방침 주소)' target='_blank'>개인정보 취급 방침</a>에 동의하게 됩니다." | |||
"loginLegal": "로그인이 이루어지면 JJO.KR이 공지하는 <a href='(서비스 이용약관 주소)' target='_blank'>서비스 이용 약관</a> 및 <a href='(개인정보 취금 방침 주소)' target='_blank'>개인정보 취급 방침</a>에 동의하게 됩니다.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인하였습니다. 수정하겠습니다.
README.md
Outdated
@@ -50,6 +50,7 @@ | |||
- 서버가 성공적으로 열린 후 웹 브라우저에서 `127.0.0.1`(다른 사람들은 해당 컴퓨터의 외부 IP 주소)로 접속하여 끄투를 즐길 수 있습니다. | |||
- 랭킹 및 세션 기능 일부는 [Redis](https://redis.io/) 서버가 실행되어야만 작동합니다. 일단 이를 설치하지 않아도 서버가 작동할 수 있도록 조치했습니다. | |||
- [Cloudflare](https://www.cloudflare.com/)를 이용하는 경우, DNS 탭의 status를 `DNS only`로 두세요. `DNS and HTTP proxy (CDN)`으로 둘 경우, 방 만들기와 방 입장이 불가합니다. | |||
- ko_kr.json에 있는 {서비스 이용약관 주소}와 {개인정보 처리 방침 주소}를 자신의 서버의 서비스 이용 방침 경로와 개인 정보 처리 방침의 경로로 수정하고, {서버 이름}에 자신의 서버이름을 쓰는걸 권장드립니다. (권장사항) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ko_KR.json loginLegal 값의 {서비스 이용약관 주소}와 {개인정보 처리 방침 주소}를 각각 해당 프리서버의 서비스 이용약관과 개인정보 처리 방침으로 연결되는 URL로 수정하고, {서버 이름}을 프리서버 이름으로 수정하는 것을 권장합니다.
이렇게 수정하는게 더 적합해 보입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인하였습니다. 수정해보겠습니다.
loginLegal이 누락되어 구버전에 있는 문구를 수정하여 추가한 PR입니다.