Overrides a method indicating if a web signup is supported.

cusax-fix
Yana Stamcheva 15 years ago
parent 0f484b13f6
commit c669db1679

@ -645,6 +645,19 @@ public boolean isSignupSupported()
return false;
}
/**
* Returns <code>true</code> if the web sign up is supported by the current
* implementation, <code>false</code> - otherwise.
* @return <code>true</code> if the web sign up is supported by the current
* implementation, <code>false</code> - otherwise
*/
public boolean isWebSignupSupported()
{
String webSignupLinkName = getWebSignupLinkName();
return webSignupLinkName != null && webSignupLinkName.length() > 0;
}
/**
* Sets the create account view of this registration wizard.
*/

Loading…
Cancel
Save