Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify new user prompts #4

Closed
lostfile1 opened this issue Feb 17, 2023 · 9 comments
Closed

modify new user prompts #4

lostfile1 opened this issue Feb 17, 2023 · 9 comments

Comments

@lostfile1
Copy link

i would like to change the new user prompts to only ask for IRL name birthday town and city

@lostfile1
Copy link
Author

my bbs server should be up now try sshing into it using port 224

@lostfile1
Copy link
Author

lostfile1 commented Feb 18, 2023

himm it keeps crashing as soon as i log out of it i will send you a log file of that when i get a chance

@InterLinked1
Copy link
Owner

If it's crashing, I need a backtrace: you can get one by running scripts/bbs_dumper postdump and attaching the output (sanitizing as needed). You'll want to ensure there's actually a core file in your running directory before you run that.

@lostfile1
Copy link
Author

./bbs_dumper.sh: line 18: gdb: command not found

@InterLinked1
Copy link
Owner

You'll need to install gdb first: apt-get install gdb

@lostfile1
Copy link
Author

got it

@lostfile1
Copy link
Author

it also says i dont have the core file
/var/lib/lbbs/scripts/core: No such file or directory.

@InterLinked1
Copy link
Owner

You need to run the script from the directory in which the BBS was started (e.g. /usr/src/lbbs).

Also make sure you start with the -g option, e.g. lbbs -gc.

If you can't find the core file and it's easy to reproduce the issue, you can also start the BBS again and reproduce; make sure not to change directories, and there should be a core file in your current directory.

@InterLinked1
Copy link
Owner

You should be able to disable all the fields you mentioned except for email, which is still required.

You'll need to modify the database schema, which previously required certain columns to be non-NULL:

ALTER TABLE bbs.users MODIFY COLUMN phone varchar(512) NULL, MODIFY COLUMN zip varchar(512) NULL, MODIFY COLUMN gender char(1) NULL;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants