• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

CristagolemC

Cristagolem

@Cristagolem
About
Posts
3
Topics
1
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    RE: Replacing email field with something else
  • CristagolemC Cristagolem

    @julian Basically I replaced the whole validateEmail() function to be only

    function validateEmail(email, callback) {
    callback = callback || function () {};
    		var email_notify = $('#email-notify');
    
    		socket.emit('user.emailExists', {
    			email: email,
    		}, function (err, exists) {
    			showSuccess(email_notify, successIcon);
    
    			callback();
    		}); }
    

    and I am getting "invalid email" error after accepting forum terms, of course I am not inserting an email but in this case a minecraft username


  • RE: Replacing email field with something else
  • CristagolemC Cristagolem

    @julian I wanted to make token accessible by the use of a webapp, I was also interested in making it use other platform account names, such as Minecraft account name for the forum I was making for my minecraft server, and I want it to be somewhat more rapid than an invitation system, thus making people register using their account as an email.


  • Replacing email field with something else
  • CristagolemC Cristagolem

    Hello, I would like to remove email field to replace it with something other, like a token so I can make only the ones who get one register. The point is, how can I make the email validation to be always valid? I tried to modify register.js then rebuiling and restarting but it didn't work, is there something else I must modify? 😕

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.