Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
nameid
Nameid
Commits
f0ca68fc
Commit
f0ca68fc
authored
Jan 18, 2016
by
Daniel Kraft
Browse files
Add 'auroracoin' field to identity page.
This was requested by id/stirling.
parent
021abf6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
provider/pages/identityPage.php
provider/pages/identityPage.php
+2
-1
No files found.
provider/pages/identityPage.php
View file @
f0ca68fc
<?php
/*
NameID, a namecoin based OpenID identity provider.
Copyright (C) 2013-201
5
by Daniel Kraft <d@domob.eu>
Copyright (C) 2013-201
6
by Daniel Kraft <d@domob.eu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
...
...
@@ -398,6 +398,7 @@ $fields = array (new SimpleField ("Real Name", "name"),
"huntercoin"
,
true
,
true
),
new
ProtocolledField
(
"Litecoin"
,
"litecoin"
,
"litecoin"
,
true
,
true
),
new
SimpleField
(
"Auroracoin"
,
"auroracoin"
,
true
,
true
),
new
SimpleField
(
"Peercoin"
,
"ppcoin"
,
true
,
true
));
if
(
$identityPage
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment