View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011112 | mantisbt | signup | public | 2009-11-02 14:34 | 2009-11-04 22:03 |
| Reporter | watergad | Assigned To | |||
| Priority | low | Severity | feature | Reproducibility | N/A |
| Status | acknowledged | Resolution | open | ||
| Product Version | 1.2.0rc2 | ||||
| Summary | 0011112: Something like the "Terms and conditions" page when registering | ||||
| Description | Make an support for the "Terms and conditions" page. It's useful when Mantis gain an official status. You may want to force users to accept your conditions if they want to use Mantis.
| ||||
| Additional Information | I've done the following: account_page.php // after the line 95 [<form method="post" action="account_update.php">] I agree with this terms and conditions blablabla I'm too stupid to know how to use lang files and lang_get() properly <input name=\"agree\" type=\"checkbox\"/> <HR/>"); } account_update.php // after the line 47 [$t_user_id = auth_get_current_user_id();]
user_reset_password( $t_user_id, true );
This solution lacks necessary checks, e.g.:
// ... And has some weaknesses such as unnecessary filling fields on the account_page.php etc. It also has to be included to the config file as an option - to show terms and to disable it. But that's the general idea I suggest. | ||||
| Tags | No tags attached. | ||||
|
Kso! One issue ID later! (: |
|
|
This looks to me like a good candidate for a 1.2.x plugin. I would expect users to accept the terms on first login in scenarios like:
We should make sure that there is an on first login event which triggers on all these scenarios. |
|