Git Product home page Git Product logo

Comments (17)

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole ,hi sorry for disturb can you help me see this? success but cant login with admin account~

from fbctf.

marjoripomarole avatar marjoripomarole commented on August 19, 2024

@NeoVilsonWong what was the user and password you used to login?

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole admin : password right? after finished install there mention like this~

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole
screen shot 2016-05-14 at 1 07 14 am

from fbctf.

christ0ph3r avatar christ0ph3r commented on August 19, 2024

I had a similar issue. I installed it on a brand new ubuntu 14.04 server on the dev mode with out Vagrant.

sudo apt-get install git
git clone https://github.com/facebook/fbctf
cd fbctf
./extra/provision.sh dev `pwd`

Once I got to the login page I put

admin
password

and it did not work and the form fields turned red. I copied and pasted it from the terminal and it did not work.

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@christ0ph3r ,

same issue here~

from fbctf.

christ0ph3r avatar christ0ph3r commented on August 19, 2024

I tried again. The only thing I did differently was use a $10 server instead of a $5. The login works now.

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@christ0ph3r ,

lol? seriously???? damn!!

you got fix the locale?

from fbctf.

marjoripomarole avatar marjoripomarole commented on August 19, 2024

@christ0ph3r, @NeoVilsonWong could you paste the contents of /var/log/hhvm/error.log after you fail to login into admin panel?

from fbctf.

gsingh93 avatar gsingh93 commented on August 19, 2024

The only thing I did differently was use a $10 server instead of a $5.

HHVM does use a good amount of RAM, which may be why this helped.

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole here FYI

screen shot 2016-05-15 at 2 02 09 am

from fbctf.

smileboywtu avatar smileboywtu commented on August 19, 2024

use vagrant as password to login and get access to see the log

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@smileboywtu same
screen shot 2016-05-15 at 2 02 09 am

from fbctf.

marjoripomarole avatar marjoripomarole commented on August 19, 2024

@NeoVilsonWong thanks for letting us know. There were a couple more people that had this problem.

If you follow what @waelsv posted in #46 (comment) you will fix that issue.

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole ,follow by the following but still same

openssl passwd -1 password

mysql --user=root --password=root
use fbctf;
UPDATE teams
SET password_hash='hash_generated_before'
WHERE name='admin';

from fbctf.

NeoVilsonWong avatar NeoVilsonWong commented on August 19, 2024

@mpomarole , update status ~ Solve done ~ Thanks Alot

from fbctf.

darkclownstein avatar darkclownstein commented on August 19, 2024

So what is the password then?

from fbctf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.