comparison doc/admin_guide.txt @ 6751:2f7b653b7d6f

Replace old Web Registration/Email Registration with modern equiv. A question on IRC asked how to enable non-registered users to send email to a tracker and have it accepted. Found that the admin doc had the old (pre 0.6.0) settings listed for web and email access. Updated to the pair of settings that are currently used.
author John Rouillard <rouilj@ieee.org>
date Mon, 04 Jul 2022 19:53:39 -0400
parents 3f3ce3004013
children e7b4ad2c57ac
comparison
equal deleted inserted replaced
6750:c63ddea96fcb 6751:2f7b653b7d6f
472 472
473 In both cases, Roundup's behaviour when dealing with unknown users is 473 In both cases, Roundup's behaviour when dealing with unknown users is
474 controlled by Permissions defined in the "SECURITY SETTINGS" section of the 474 controlled by Permissions defined in the "SECURITY SETTINGS" section of the
475 tracker's ``schema.py`` module: 475 tracker's ``schema.py`` module:
476 476
477 Web Registration 477 Web Access and Register
478 If granted to the Anonymous Role, then anonymous users will be able to 478 If granted to the Anonymous Role, then anonymous users will be able to
479 register through the web. 479 register through the web.
480 Email Registration 480 Email Access and Register
481 If granted to the Anonymous Role, then email messages from unknown users 481 If granted to the Anonymous Role, then email messages from unknown users
482 will result in those users being registered with the tracker. 482 will result in those users being registered with the tracker.
483 483
484 More information about how to customise your tracker's security settings 484 More information about how to customise your tracker's security settings
485 may be found in the `customisation documentation`_. 485 may be found in the `customisation documentation`_.

Roundup Issue Tracker: http://roundup-tracker.org/