04-03-2020
Bug in New User Registration Process (No Registration Complete Message)
There is bug in the new member registration process.
This bug appeared after we paused registration and moved to the new forums in our initial test mode.
When a new user registers now (here), the registration processes completes (normally) but the "Registration Success" message does not appear in the registration feedback message.
However, the user can login.
I have already retired this code base and do not plan to fix this bug since we will be moving to a new forum soon.
Thank you for your patience.
One option is to disable new user registrations again here, but for now I will leave it "as-is" since we will get the new forums running again soon (we hope!).
This User Gave Thanks to Neo For This Post:
7 More Discussions You Might Find Interesting
1. Forum Support Area for Unregistered Users & Account Problems
I have followed the instructions contained in my confirmation email and when I do I am referred here: https://www.unix.com/register.php?a=act&u=302021451&i=94824252. When I follow the instructions on that screen I am directed to the same error page. Please assist. Thank you in advance. (1 Reply)
Discussion started by: ramiller01
1 Replies
2. Forum Support Area for Unregistered Users & Account Problems
To Whom It May Concern,
I've tried registering, and am unable to do so. The message being returned is that my name choices are being rejected for not meeting some administrator criteria, which is not discernible from the message returned by the board software.
The password I chose was all... (1 Reply)
Discussion started by: username_in_use
1 Replies
3. Forum Support Area for Unregistered Users & Account Problems
i can not register, please help me (1 Reply)
Discussion started by: friender@mail
1 Replies
4. Forum Support Area for Unregistered Users & Account Problems
When I'm trying to register it says that my e-mail adress )is banned by administrator. Why?
Thanks
PS The same problem occurs with other 2 adresses I have (1 Reply)
Discussion started by: Mihail
1 Replies
5. Forum Support Area for Unregistered Users & Account Problems
Unix Admin
Registration process refused two user names.
I may have already registered here and
it's kicking me out because of email address but
giving me username msg.
What's the solution to this?
Thanks (0 Replies)
Discussion started by: Unregistered
0 Replies
6. Forum Support Area for Unregistered Users & Account Problems
Hello Moderators,
Greetings !!
This is regarding my friend to whom I refered this forum to learn UNIX. User didn't receieved any registration email yet, could you please help user. Will be grateful to you on same.
Login name: Gurvinder_Kaur
NOTE: User doesn't have enough bits for... (0 Replies)
Discussion started by: RavinderSingh13
0 Replies
7. What is on Your Mind?
Today I found out that many new user registrations were having trouble logging in.
I spend about three hours debugging this, and I think I fixed the problem.
If anyone registers and has trouble logging in please contact me on Live Chat.
Thanks. (1 Reply)
Discussion started by: Neo
1 Replies
slp.reg(4) Kernel Interfaces Manual slp.reg(4)
NAME
slp.reg - SLP static registration file
SYNOPSIS
DESCRIPTION
The file provides a mechanism for old applications which are not SLP enabled and cannot be converted, and for portably exchanging registra-
tions between SLP implementations.
This file contains a list of service registrations that are read by slpd at startup time and advertised later by slpd which can be acting
either as the service agent server or the directory agent.
The character encoding of the registrations is required to be UTF-8.
The syntax of the serialized registration file, in ABNF format [5], is as follows:
ser-file = reg-list
reg-list = reg / reg reg-list
reg = creg / ser-reg
creg = comment-line ser-reg
comment-line = ( "#" / ";" ) 1*allchar newline
ser-reg = url-props [slist] [attr-list] newline
url-props = surl "," lang "," ltime [ "," type ] newline
surl = ;The registration's URL. See
; [8] for syntax.
lang = 1*8ALPHA [ "-" 1*8ALPHA ]
;RFC 1766 Language Tag see [6].
ltime = 1*5DIGIT
; A positive 16-bit integer
; giving the lifetime
; of the registration.
type = ; The service type name, see [7]
; and [8] for syntax.
slist = "scopes" "=" scope-list newline
scope-list = scope-name / scope-name "," scope-list
scope = ; See grammar of [7] for
; scope-name syntax.
attr-list = attr-def / attr-def attr-list
attr-def = ( attr / keyword ) newline
keyword = attr-id
attr = attr-id "=" attr-val-list
attr-id = ;Attribute id, see [7] for syntax.
attr-val-list = attr-val / attr-val "," attr-val-list
attr-val = ;Attribute value, see [7] for syntax.
allchar = char / WSP
char = DIGIT / ALPHA / other
other = %x21-%x2f / %x3a-%x40 /
%x5b-%x60 / %7b-%7e
; All printable, nonwhitespace US-ASCII
; characters.
newline = CR / ( CRLF )
The syntax for scope names, attribute tags, and attribute values requires escapes for special characters. DAs and SA servers that process
serialized registrations must handle them exactly as if they were registered by an SA. In the url-props production, the type token is
optional. If the type token is present for a service:URL, a warning is signaled and the type name is ignored. If the maximum lifetime is
specified (65535 sec.), the registration is taken to be permanent, and is continually refreshed by the DA or SA server until it exits.
Scopes can be included in a registration by including an attribute definition with tag "scopes" followed by a comma separated list of scope
names immediately after the url-props production. If the optional scope list is present, the registrations are made in the indicated
scopes. Otherwise, they are registered in the scopes with which the DA or SA server was configured through the net.slp.useScopes property.
If the scope list contains scopes that are not in the net.slp.useScopes property (provided that property is set) or are not specified by
DHCP, the API library should reject the registration and issue a warning message.
AUTHOR
was developed by the Caldera Systems, Inc.
SEE ALSO
slpd(1M), libslp(3N), slp.conf(4), slp_syntax(7).
RFC 2614, RFC 2608.
slp.reg(4)