Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Noblogs
noblogs-home
Commits
3469cc02
Commit
3469cc02
authored
Nov 11, 2018
by
lucha
Committed by
agata
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activation form uses post and not get methods now
Should fix issue #20
parent
32d600e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
registration/activate.php
registration/activate.php
+2
-2
No files found.
registration/activate.php
View file @
3469cc02
...
...
@@ -29,10 +29,10 @@
<p>
<?php
_e
(
'Please provide a valid activation key.'
,
'buddypress'
);
?>
</p>
<form
action=
""
method=
"
ge
t"
class=
"standard-form"
id=
"activation-form"
>
<form
action=
""
method=
"
pos
t"
class=
"standard-form"
id=
"activation-form"
>
<label
for=
"key"
>
<?php
_e
(
'Activation Key:'
,
'buddypress'
);
?>
</label>
<input
type=
"text"
name=
"key"
id=
"key"
value=
""
/>
<input
type=
"text"
name=
"key"
id=
"key"
value=
"
<?php
echo
esc_attr
(
bp_get_current_activation_key
()
);
?>
"
/>
<p
class=
"submit"
>
<input
type=
"submit"
name=
"submit"
value=
"
<?php
_e
(
'Activate'
,
'buddypress'
);
?>
"
/>
...
...
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