This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from daceb4ccf [#8604] Add the display_name_encrypted field to the User
class
add 4d226572c [#8604] Implement field level encryption for User's
display_name_field
add e075d270e Remove dead ProjectUserSelect code
add 7c34ea302 [#8604] Update transient anonymous user property to not use
encrypted field
No new revisions were added by this update.
Summary of changes:
Allura/allura/controllers/project.py | 22 ------------
Allura/allura/lib/plugin.py | 7 ++--
Allura/allura/lib/widgets/form_fields.py | 39 ----------------------
Allura/allura/model/auth.py | 21 +++++++-----
.../templates/widgets/project_user_select.html | 21 ------------
Allura/allura/tests/functional/test_home.py | 19 -----------
Allura/allura/tests/model/test_auth.py | 19 ++++++-----
.../forgetracker/tests/functional/test_root.py | 2 +-
8 files changed, 28 insertions(+), 122 deletions(-)
delete mode 100644 Allura/allura/templates/widgets/project_user_select.html