register form

  1. B

    Not a bug Keycloak Auth SPI

    I'm trying to make an authentication SPI which loads a custom ftl in which the username is provided, depending on whether the user is registered or not, it goes to login or register. This step works as it should, for this I make a context switch and load the corresponding ftls, the login makes...
  2. E

    XF 2.2 How to register users without email?

    I want users to register without email address, Just with Username and password and some other custom user fields. I know that if we register users from admin panel we can skip email address. Can someone please help me with modifying xenforo register users code so that I can achieve this from...
  3. NYCypher

    XF 2.2 How to replace Registration url?

    I know you can change the Registration button with Route Filters but that will only let me change the url to another address within the forum. I'm using the XF2WP plugin so I want the forum register button to go to the WordPress registration page. If the Route Filters would allow me to use ../...
  4. Will Franco

    XF 2.1 How do I disable / remove the Register buttons...

    But still, enable users to register via a referral link? I'm stumped. Any ideas?
  5. B

    XF 2.1 Remove No Selection in Form

    I setup some custom fields and one is a Yes/No Radio option, but it also displays a No Selection which is selected by default. How can I remove this option and select either Yes or No by default?
  6. K

    Fixed Sporadic Registration rejection due to startTime check in RegisterForm

    We are getting a large number of registration failures (upto 40% failure rate) being reported on a new system where a small set of users have been invited to join. One of the symptoms is the user completes the registration form correctly and then gets presented with a blank registration form...
  7. Sam96

    XF 2.0 How can I access the value of Username for custom user field validation on registration page.

    I'm using the following method to validate the custom user field. https://xenforo.com/community/resources/custom-user-field-callback-validate-value.379/ However, for my situation, I need to access the Username that the user typed into the registration form to determine if the custom user field...
  8. T

    XF 2.0 Edit birthday fields on register Page to one field?

    Hey :) At this moment I'm working on the register design. Now i came up to the point that i wanted to change the birthday fields to one field. Normally the birthday register field is looking like this: But I want that the "Date of Birth" field looks like this: Normally it isn't very hard to...
  9. T

    XF 2.0 How can I copy the register_form into a other page? + Custom Thread Field with img?

    Hey, guys, I've been working very hard on my forum lately, so I have a few questions to answer. The first question: I am currently trying to display the content of register_form on a different page. (So that people can register on another page where they also have their login). So I simply tried...
  10. D

    XF 1.5 Is just me or do you have register/register in register_form?

    I found this in register_form <form action="{xen:link 'register/register'}" method="post" class="xenForm AutoValidator" data-fieldValidatorUrl="{xen:link register/validate-field}" data-normalSubmit="1" > I ask because i have never touched this template until now and I do not think this...
Top Bottom