You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<name>Prevent users from overwriting their record</name>
<description>This extension makes the first and last name fields read only, to prevent users from accidentally overwriting their information when filling out publicly visible forms (e.g. donation or membership).
</description>
<license>agpl</license>
<maintainer>
<author>Stoob (and packaged by xavier)</author>
<email>xavier@tttp.eu</email>
</maintainer>
<releaseDate>2024-09-02</releaseDate>
<version>2.0.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
</compatibility>
<comments>Based on an idea and initial code from Stoob and improved with Tim's suggestion to do it at the php instead of the js level.