---date: {{DATE}}author: {{VALUE:author}}kind: specification---```js quickaddconst plugin = this.app.plugins.plugins['active-user-and-participants'];if (plugin) { const getActiveParticipant = plugin.getActiveParticipant(); this.variables.author = getActiveParticipant.name;} else { new Notice('Active User and Participants plugin not found');}```# Specification Module {{NAME}}- [ ] Develop "Auth Signup Firstname"Name: auth_signup_firstname\Depends: auth_siginup, partner_firstname\Version: 18.0\Summary: Signup form with first- and lastname.\Repo: addons/websiteRemove the name field from the "auth_signup.fields" form. Add firstname and lastname.Extend the "_prepare_signup_values" and "signup" method to include the firstname and lastname fields.