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

How can i make a custom website on blackeye can somoene help me with this #356

Open
RozequartzD opened this issue Jul 31, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@RozequartzD
Copy link

No description provided.

@franklintimoteo franklintimoteo added the help wanted Extra attention is needed label Sep 11, 2023
@franklintimoteo
Copy link
Member

franklintimoteo commented Sep 11, 2023

<html>
<head></head>
<body>
	<form action="/login" method="POST">
	    <label>Email Address</label>
	    <input type="email" name="email" placeholder="Email" autocomplete="off">
	    <label>Password</label>
	    <input type="password" name="password" placeholder="Password" autocomplete="off">
		<button type="submit">sign in</button>                                
	</form>
</body>
</html>

Any website at socialfish need have: 1 form(POST) with 2 input. Named: email and password.
Form post to /login
input name: email
input name: password

After put in ../templates

https://github.com/UndeadSec/SocialFish/wiki/Editing-custom-page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@franklintimoteo @RozequartzD and others