omeka / plugin-GuestUser

Adds a role allowing users with no access to the admin screen
6 stars 11 forks source link

Issue with omeka 2.2 while "Update account info and password" #21

Closed pcouchet closed 7 years ago

pcouchet commented 10 years ago

with omeka 2.2, in file /GuestUser/controllers/UserController.php

line 105 $form->setSubmitButtonText('Update');

setSubmitButtonText is undefined (function to add in /application/forms/User.php or remove this line ??)

zerocrates commented 10 years ago

Thanks for the report.

Yes, Omeka 2.2 removed that method. The in-development version of Guest User already doesn't make that call anymore.