Opened 16 years ago
Closed 16 years ago
#1 closed 作業 (修正済み)
XOOPSとWordPressユーザの相互同期
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.0.0 |
Component: | ユーザ管理 | Version: | 2.0.0 |
Severity: | 普通 | Keywords: | ユーザ相互同期 |
Cc: |
Description
Ver1.XではXOOPS->WordPressへの同期だけだったので、WordPress側のユーザー登録編集画面(wp-admin/user-edit.php, wp-admin/user.php)側から変更出来ないよう<input> <select>などにdisabled="disabled"を設定する必要があった。
これをXOOPS側、WordPress側双方での追加・編集・削除が同期されるようにすることで、編集禁止のコードを取り除き、オリジナルのまま使用できるようにする。
Change History (5)
comment:1 Changed 16 years ago by toemon
- Milestone set to Ver.2.00
- Version set to 2.0
comment:2 Changed 16 years ago by toemon
- Severity set to 普通
- Type changed from バグ to 作業
comment:3 Changed 16 years ago by toemon
- Status changed from new to accepted
comment:4 Changed 16 years ago by toemon
comment:5 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from accepted to closed
r85 までの作業で終了とする。
Note: See
TracTickets for help on using
tickets.
r23でXOOPSユーザ情報でWordPress側へログインする処理のみ完了
同期処理は未完なので、新規ユーザ追加や変更は同期できない状態です。