Previous | Next
WireHose Developers Guide

Building SignupPage

The SignupPage component takes the current tag from the TagDrillerPage, then asks the user to enter a login and password, and re-enter the password. The prompts and messages will be localizable instead of hard-coded into the page's HTML. In addition, the fetchMatchingUsers method (which checks to see if a user has typed a login which is already in the database) and the createUser method both dynamically resolve the current user entity.

Refer to these sections


Previous | Next